Uses of Interface
org.uberfire.security.authz.AuthorizationManager
-
Packages that use AuthorizationManager Package Description org.uberfire.security.impl.authz -
-
Uses of AuthorizationManager in org.uberfire.security.impl.authz
Classes in org.uberfire.security.impl.authz that implement AuthorizationManager Modifier and Type Class Description classDefaultAuthorizationManagerFields in org.uberfire.security.impl.authz declared as AuthorizationManager Modifier and Type Field Description protected AuthorizationManagerResourceCheckImpl. authorizationManagerConstructors in org.uberfire.security.impl.authz with parameters of type AuthorizationManager Constructor Description ResourceCheckImpl(AuthorizationManager authorizationManager, org.uberfire.security.Resource resource, org.jboss.errai.security.shared.api.identity.User user)ResourceCheckImpl(AuthorizationManager authorizationManager, org.uberfire.security.Resource resource, org.jboss.errai.security.shared.api.identity.User user, org.uberfire.security.authz.VotingStrategy votingStrategy)ResourceCheckImpl(AuthorizationManager authorizationManager, org.uberfire.security.ResourceType resourceType, org.jboss.errai.security.shared.api.identity.User user)ResourceCheckImpl(AuthorizationManager authorizationManager, org.uberfire.security.ResourceType resourceType, org.jboss.errai.security.shared.api.identity.User user, org.uberfire.security.authz.VotingStrategy votingStrategy)
-