Uses of Interface
org.infinispan.security.PrincipalRoleMapper
-
Packages that use PrincipalRoleMapper Package Description org.infinispan.configuration.global EmbeddedCacheManager
configurationorg.infinispan.security Security API.org.infinispan.security.mappers -
-
Uses of PrincipalRoleMapper in org.infinispan.configuration.global
Methods in org.infinispan.configuration.global that return PrincipalRoleMapper Modifier and Type Method Description PrincipalRoleMapper
PrincipalRoleMapperConfigurationBuilder. mapper()
PrincipalRoleMapper
GlobalAuthorizationConfiguration. principalRoleMapper()
PrincipalRoleMapper
PrincipalRoleMapperConfiguration. roleMapper()
Methods in org.infinispan.configuration.global with parameters of type PrincipalRoleMapper Modifier and Type Method Description PrincipalRoleMapperConfigurationBuilder
PrincipalRoleMapperConfigurationBuilder. mapper(PrincipalRoleMapper principalRoleMapper)
GlobalAuthorizationConfigurationBuilder
GlobalAuthorizationConfigurationBuilder. principalRoleMapper(PrincipalRoleMapper principalRoleMapper)
-
Uses of PrincipalRoleMapper in org.infinispan.security
Subinterfaces of PrincipalRoleMapper in org.infinispan.security Modifier and Type Interface Description interface
MutablePrincipalRoleMapper
-
Uses of PrincipalRoleMapper in org.infinispan.security.mappers
Classes in org.infinispan.security.mappers with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw PrincipalRoleMapper Modifier and Type Class Description class
CommonNameRoleMapper
CommonNameRoleMapper.class
IdentityRoleMapper
IdentityRoleMapper.
-