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