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 classSecurityIdentityA 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 PermissionVerifierPermissionMapper. mapPermissions(PermissionMappable permissionMappable, Roles roles)Returns aPermissionVerifierwith all the permissions associated with the given information.PermissionVerifierSimplePermissionMapper. mapPermissions(PermissionMappable permissionMappable, Roles roles)
-