Uses of Interface
org.wildfly.security.authz.PermissionMappable
-
Packages that use PermissionMappable Package Description org.wildfly.security.auth.server Server side of authentication provided by Elytron.org.wildfly.security.authz Elytron's Authorization API -
-
Uses of PermissionMappable in org.wildfly.security.auth.server
Classes in org.wildfly.security.auth.server that implement PermissionMappable Modifier and Type Class Description class
SecurityIdentity
A loaded and authenticated security identity. -
Uses of PermissionMappable in org.wildfly.security.authz
Methods in org.wildfly.security.authz with parameters of type PermissionMappable Modifier and Type Method Description PermissionVerifier
PermissionMapper. mapPermissions(PermissionMappable permissionMappable, Roles roles)
Returns aPermissionVerifier
with all the permissions associated with the given information.PermissionVerifier
SimplePermissionMapper. mapPermissions(PermissionMappable permissionMappable, Roles roles)
-