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(Caller caller)
Gets whether the caller matches the role mapping's exclusion rules.
|
AuthorizerConfiguration.MappingPrincipal |
isIncluded(Caller caller)
Gets whether the caller matches the role mapping's inclusion rules.
|
String getName()
null
boolean includeAllAuthedUsers()
AuthorizerConfiguration.MappingPrincipal isIncluded(Caller caller)
caller
- the callernull
if the caller does not satisfy themAuthorizerConfiguration.MappingPrincipal isExcluded(Caller caller)
caller
- the callernull
if the caller does not satisfy themCopyright © 2023 JBoss by Red Hat. All rights reserved.