Uses of Interface
org.wildfly.security.authz.Roles
Packages that use Roles
Package
Description
Server side of authentication provided by Elytron.
Elytron's Authorization API
-
Uses of Roles in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server that return RolesModifier and TypeMethodDescriptionSecurityIdentity.getRoles()Get the roles associated with this identity.Get the mapped roles associated with this identity.Get the mapped roles associated with this identity. -
Uses of Roles in org.wildfly.security.authz
Fields in org.wildfly.security.authz declared as RolesMethods in org.wildfly.security.authz that return RolesModifier and TypeMethodDescriptiondefault RolesGet a roles collection which adds a prefix to all role names.default RolesGet a roles collection which adds a suffix to all role names.default RolesGet the intersection of this collection and another.RoleDecoder.decodeRoles(AuthorizationIdentity authorizationIdentity) Decode the role set from the given authorization identity.SourceAddressRoleDecoder.decodeRoles(AuthorizationIdentity authorizationIdentity) Decode the role set using the source IP address runtime attribute from the given authorization identity.static RolesConstruct a new roles collection from a set.Returns a set of strings representing the roles mapped from the given roles in their raw form.default RolesGet a roles collection which consists of the roles in this collection minus the roles in the other collection.static RolesConstruct a role set consisting of a single role.default RolesGet the union of this collection and another.default RolesGet the disjunction of this collection and another.Methods in org.wildfly.security.authz with parameters of type RolesModifier and TypeMethodDescriptiondefault RolesGet the intersection of this collection and another.static RoleMapperCreate a role mapper that always returns the same set of roles regardless of the input.PermissionMapper.mapPermissions(PermissionMappable permissionMappable, Roles roles) Returns aPermissionVerifierwith all the permissions associated with the given information.SimplePermissionMapper.mapPermissions(PermissionMappable permissionMappable, Roles roles) Returns a set of strings representing the roles mapped from the given roles in their raw form.default RolesGet a roles collection which consists of the roles in this collection minus the roles in the other collection.default RolesGet the union of this collection and another.Returns a set (immutable) containing roles from a roles collection.default RolesGet the disjunction of this collection and another.Constructors in org.wildfly.security.authz with parameters of type RolesModifierConstructorDescriptionSourceAddressRoleDecoder(String sourceAddress, Roles roles) Construct a new instance.SourceAddressRoleDecoder(Pattern sourceAddressPattern, Roles roles) Construct a new instance.