Package org.uberfire.client.authz
Class PerspectiveCheck
- java.lang.Object
-
- org.uberfire.security.impl.authz.ResourceCheckImpl<C>
-
- org.uberfire.client.authz.ActivityCheck<PerspectiveCheck>
-
- org.uberfire.client.authz.PerspectiveCheck
-
- All Implemented Interfaces:
org.uberfire.security.authz.AuthorizationCheck<PerspectiveCheck>,org.uberfire.security.authz.ResourceCheck<PerspectiveCheck>
public class PerspectiveCheck extends ActivityCheck<PerspectiveCheck>
A check executed over anPerspectiveActivityinstance.
-
-
Constructor Summary
Constructors Constructor Description PerspectiveCheck(org.uberfire.security.authz.AuthorizationManager authorizationManager, org.uberfire.security.Resource resource, org.jboss.errai.security.shared.api.identity.User user)PerspectiveCheck(org.uberfire.security.authz.AuthorizationManager authorizationManager, org.uberfire.security.ResourceType resourceType, org.jboss.errai.security.shared.api.identity.User user)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PerspectiveCheckdelete()PerspectiveCheckupdate()-
Methods inherited from class org.uberfire.client.authz.ActivityCheck
read
-
-
-
-
Constructor Detail
-
PerspectiveCheck
public PerspectiveCheck(org.uberfire.security.authz.AuthorizationManager authorizationManager, org.uberfire.security.Resource resource, org.jboss.errai.security.shared.api.identity.User user)
-
PerspectiveCheck
public PerspectiveCheck(org.uberfire.security.authz.AuthorizationManager authorizationManager, org.uberfire.security.ResourceType resourceType, org.jboss.errai.security.shared.api.identity.User user)
-
-
Method Detail
-
update
public PerspectiveCheck update()
-
delete
public PerspectiveCheck delete()
-
-