Package | Description |
---|---|
org.wildfly.security.auth.server |
Server side of authentication provided by Elytron.
|
org.wildfly.security.authz |
Elytron's Authorization API
|
Modifier and Type | Method and Description |
---|---|
RoleDecoder |
SecurityDomain.RealmBuilder.getRoleDecoder()
Get the role decoder.
|
Modifier and Type | Method and Description |
---|---|
SecurityDomain.RealmBuilder |
SecurityDomain.RealmBuilder.setRoleDecoder(RoleDecoder roleDecoder)
Set the role decoder.
|
Modifier and Type | Field and Description |
---|---|
static RoleDecoder |
RoleDecoder.DEFAULT
A role decoder which always decodes roles from the attribute called "Roles".
|
static RoleDecoder |
RoleDecoder.EMPTY
A role decoder which decodes no roles.
|
Modifier and Type | Method and Description |
---|---|
static RoleDecoder |
RoleDecoder.simple(String attribute)
Create a simple role decoder which returns the values of the given attribute.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.