Uses of Interface
org.hcjf.service.security.SecurityPermissions.GrantedAction
-
Packages that use SecurityPermissions.GrantedAction Package Description org.hcjf.service.security -
-
Uses of SecurityPermissions.GrantedAction in org.hcjf.service.security
Methods in org.hcjf.service.security with parameters of type SecurityPermissions.GrantedAction Modifier and Type Method Description static voidSecurityPermissions. checkPermission(java.lang.Class targetClass, java.lang.String permissionName, SecurityPermissions.GrantedAction action)Checks if the current identity contains the grants for the specific permission, if the permission is granted then is executed the attached action.
-