Uses of Interface
org.wildfly.security.authz.RoleDecoder
-
Packages that use RoleDecoder Package Description org.wildfly.security.auth.server Server side of authentication provided by Elytron.org.wildfly.security.authz Elytron's Authorization API -
-
Uses of RoleDecoder in org.wildfly.security.auth.server
Fields in org.wildfly.security.auth.server declared as RoleDecoder Modifier and Type Field Description private RoleDecoder
RealmInfo. roleDecoder
private RoleDecoder
SecurityDomain.Builder. roleDecoder
private RoleDecoder
SecurityDomain.RealmBuilder. roleDecoder
private RoleDecoder
SecurityDomain. roleDecoder
Methods in org.wildfly.security.auth.server that return RoleDecoder Modifier and Type Method Description (package private) RoleDecoder
RealmInfo. getRoleDecoder()
(package private) RoleDecoder
SecurityDomain. getRoleDecoder()
RoleDecoder
SecurityDomain.RealmBuilder. getRoleDecoder()
Get the role decoder.Methods in org.wildfly.security.auth.server with parameters of type RoleDecoder Modifier and Type Method Description SecurityDomain.Builder
SecurityDomain.Builder. setRoleDecoder(RoleDecoder roleDecoder)
Set the role decoder for this security domain.SecurityDomain.RealmBuilder
SecurityDomain.RealmBuilder. setRoleDecoder(RoleDecoder roleDecoder)
Set the role decoder. -
Uses of RoleDecoder in org.wildfly.security.authz
Classes in org.wildfly.security.authz that implement RoleDecoder Modifier and Type Class Description class
SourceAddressRoleDecoder
A decoder to obtain role information using the source IP address runtime attribute from the identity.Fields in org.wildfly.security.authz declared as RoleDecoder Modifier and Type Field 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.Methods in org.wildfly.security.authz that return RoleDecoder Modifier and Type Method Description static RoleDecoder
RoleDecoder. aggregate(RoleDecoder... decoders)
Create an aggregate role decoder.static RoleDecoder
RoleDecoder. simple(String attribute)
Create a simple role decoder which returns the values of the given attribute.Methods in org.wildfly.security.authz with parameters of type RoleDecoder Modifier and Type Method Description static RoleDecoder
RoleDecoder. aggregate(RoleDecoder... decoders)
Create an aggregate role decoder.
-