Uses of Interface
org.uberfire.security.authz.ResourceCheck
-
Packages that use ResourceCheck Package Description org.uberfire.security.authz org.uberfire.security.impl.authz -
-
Uses of ResourceCheck in org.uberfire.security.authz
Classes in org.uberfire.security.authz with type parameters of type ResourceCheck Modifier and Type Interface Description interfaceResourceCheck<C extends ResourceCheck>A security check executed over aResourceinstance.Methods in org.uberfire.security.authz that return ResourceCheck Modifier and Type Method Description ResourceCheckAuthorizationManager. check(org.uberfire.security.Resource resource, org.jboss.errai.security.shared.api.identity.User user)It redirects toAuthorizationManager.check(Resource, User, VotingStrategy)using the default voting strategy defined atPermissionManager.ResourceCheckAuthorizationManager. check(org.uberfire.security.Resource resource, org.jboss.errai.security.shared.api.identity.User user, org.uberfire.security.authz.VotingStrategy votingStrategy)Creates a brand newResourceCheckinstance which provides a fluent styled API for the checking of restricted actions overResourceinstances.ResourceCheckAuthorizationManager. check(org.uberfire.security.ResourceType type, org.jboss.errai.security.shared.api.identity.User user)It redirects toAuthorizationManager.check(ResourceType, User, VotingStrategy)using the default voting strategy defined atPermissionManager.ResourceCheckAuthorizationManager. check(org.uberfire.security.ResourceType resourceType, org.jboss.errai.security.shared.api.identity.User user, org.uberfire.security.authz.VotingStrategy votingStrategy)Creates a brand newResourceCheckinstance which provides a fluent styled API for the checking of restricted actions over aResourceType. -
Uses of ResourceCheck in org.uberfire.security.impl.authz
Classes in org.uberfire.security.impl.authz that implement ResourceCheck Modifier and Type Class Description classResourceCheckImpl<C extends ResourceCheckImpl>Methods in org.uberfire.security.impl.authz that return ResourceCheck Modifier and Type Method Description ResourceCheckDefaultAuthorizationManager. check(org.uberfire.security.Resource target, org.jboss.errai.security.shared.api.identity.User user)ResourceCheckDefaultAuthorizationManager. check(org.uberfire.security.Resource target, org.jboss.errai.security.shared.api.identity.User user, org.uberfire.security.authz.VotingStrategy votingStrategy)ResourceCheckDefaultAuthorizationManager. check(org.uberfire.security.ResourceType target, org.jboss.errai.security.shared.api.identity.User user)ResourceCheckDefaultAuthorizationManager. check(org.uberfire.security.ResourceType target, org.jboss.errai.security.shared.api.identity.User user, org.uberfire.security.authz.VotingStrategy votingStrategy)
-