Uses of Interface
org.wildfly.security.authz.RoleDecoder
Packages that use RoleDecoder
Package
Description
Server side of authentication provided by Elytron.
Elytron's Authorization API
-
Uses of RoleDecoder in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server that return RoleDecoderModifier and TypeMethodDescriptionSecurityDomain.RealmBuilder.getRoleDecoder()Get the role decoder.Methods in org.wildfly.security.auth.server with parameters of type RoleDecoderModifier and TypeMethodDescriptionSecurityDomain.Builder.setRoleDecoder(RoleDecoder roleDecoder) Set the role decoder for this security domain.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 RoleDecoderModifier and TypeClassDescriptionclassA decoder to obtain role information using the source IP address runtime attribute from the identity.Fields in org.wildfly.security.authz declared as RoleDecoderModifier and TypeFieldDescriptionstatic final RoleDecoderRoleDecoder.DEFAULTA role decoder which always decodes roles from the attribute called "Roles".static final RoleDecoderRoleDecoder.EMPTYA role decoder which decodes no roles.Methods in org.wildfly.security.authz that return RoleDecoderModifier and TypeMethodDescriptionstatic RoleDecoderRoleDecoder.aggregate(RoleDecoder... decoders) Create an aggregate role decoder.static RoleDecoderCreate a simple role decoder which returns the values of the given attribute.Methods in org.wildfly.security.authz with parameters of type RoleDecoderModifier and TypeMethodDescriptionstatic RoleDecoderRoleDecoder.aggregate(RoleDecoder... decoders) Create an aggregate role decoder.