public static interface AuthorizerConfiguration.RoleMapping
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of the role.
|
boolean |
includeAllAuthedUsers()
Get whether all authenticated users should be included in this role provided they do not match on the excludes of the role.
|
AuthorizerConfiguration.MappingPrincipal |
isExcluded(org.wildfly.security.auth.server.SecurityIdentity identity)
Gets whether the caller matches the role mapping's exclusion rules.
|
AuthorizerConfiguration.MappingPrincipal |
isIncluded(org.wildfly.security.auth.server.SecurityIdentity identity)
Gets whether the caller matches the role mapping's inclusion rules.
|
String getName()
nullboolean includeAllAuthedUsers()
AuthorizerConfiguration.MappingPrincipal isIncluded(org.wildfly.security.auth.server.SecurityIdentity identity)
identity - the caller identitynull if the caller does not satisfy themAuthorizerConfiguration.MappingPrincipal isExcluded(org.wildfly.security.auth.server.SecurityIdentity identity)
identity - the caller identitynull if the caller does not satisfy themCopyright © 2021 JBoss by Red Hat. All rights reserved.