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
Methods in org.wildfly.security.auth.server that return RoleDecoder Modifier and Type Method Description 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.RealmBuilder
SecurityDomain.RealmBuilder. setRoleDecoder(RoleDecoder roleDecoder)
Set the role decoder. -
Uses of RoleDecoder in org.wildfly.security.authz
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. simple(String attribute)
Create a simple role decoder which returns the values of the given attribute.
-