Uses of Enum Class
org.jboss.as.controller.access.AuthorizerConfiguration.PrincipalType
Packages that use AuthorizerConfiguration.PrincipalType
-
Uses of AuthorizerConfiguration.PrincipalType in org.jboss.as.controller.access
Methods in org.jboss.as.controller.access that return AuthorizerConfiguration.PrincipalTypeModifier and TypeMethodDescriptionAuthorizerConfiguration.MappingPrincipal.getType()Gets the type of the principal.Returns the enum constant of this class with the specified name.AuthorizerConfiguration.PrincipalType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AuthorizerConfiguration.PrincipalType in org.jboss.as.controller.access.management
Methods in org.jboss.as.controller.access.management with parameters of type AuthorizerConfiguration.PrincipalTypeModifier and TypeMethodDescriptionbooleanWritableAuthorizerConfiguration.addRoleMappingPrincipal(String roleName, AuthorizerConfiguration.PrincipalType principalType, WritableAuthorizerConfiguration.MatchType matchType, String name, String realm, boolean immediate) WritableAuthorizerConfiguration.createPrincipal(AuthorizerConfiguration.PrincipalType principalType, String name, String realm) booleanWritableAuthorizerConfiguration.removeRoleMappingPrincipal(String roleName, AuthorizerConfiguration.PrincipalType principalType, WritableAuthorizerConfiguration.MatchType matchType, String name, String realm)