@ApplicationScoped public class DefaultRoleDecoder extends Object
A default implementation of RoleDecoder that delegates decoding of roles for a given AuthorizationIdentity to
an application specific implementation of RoleDecoder, if provided.
| Modifier and Type | Field and Description |
|---|---|
(package private) String |
groupsAttribute |
| Constructor and Description |
|---|
DefaultRoleDecoder() |
| Modifier and Type | Method and Description |
|---|---|
org.wildfly.security.authz.Roles |
decodeRoles(org.wildfly.security.authz.AuthorizationIdentity authorizationIdentity) |
(package private) org.wildfly.security.authz.Roles |
fromDefaultAttribute(org.wildfly.security.authz.AuthorizationIdentity authorizationIdentity) |
String groupsAttribute
Copyright © 2021 JBoss by Red Hat. All rights reserved.