Uses of Class
org.keycloak.models.cache.infinispan.authorization.stream.InScopePredicate
-
Packages that use InScopePredicate Package Description org.keycloak.models.cache.infinispan.authorization.stream -
-
Uses of InScopePredicate in org.keycloak.models.cache.infinispan.authorization.stream
Methods in org.keycloak.models.cache.infinispan.authorization.stream that return InScopePredicate Modifier and Type Method Description static InScopePredicate
InScopePredicate. create()
InScopePredicate
InScopePredicate.ExternalizerImpl. readObject(ObjectInput input)
InScopePredicate
InScopePredicate.ExternalizerImpl. readObjectVersion1(ObjectInput input)
InScopePredicate
InScopePredicate. scope(String id)
Methods in org.keycloak.models.cache.infinispan.authorization.stream with parameters of type InScopePredicate Modifier and Type Method Description void
InScopePredicate.ExternalizerImpl. writeObject(ObjectOutput output, InScopePredicate obj)
-