Package org.jboss.as.controller.access
Interface AuthorizerConfiguration.MappingPrincipal
- Enclosing interface:
- AuthorizerConfiguration
public static interface AuthorizerConfiguration.MappingPrincipal
Encapsulates the notion of a principal used in
Caller to AuthorizerConfiguration.RoleMapping mapping.-
Method Details
-
getType
AuthorizerConfiguration.PrincipalType getType()Gets the type of the principal.- Returns:
- the principal type. Will not be
null
-
getName
String getName()Gets the name of the principal- Returns:
- the principal name. Will not be
null
-