|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PermissionException | |
com.cc.framework.adapter.struts | |
com.cc.framework.security | |
com.cc.framework.security.acl |
Uses of PermissionException in com.cc.framework.adapter.struts |
Methods in com.cc.framework.adapter.struts that throw PermissionException | |
static void |
RequestProcessorUtil.assertRoles(java.lang.String roles,
Principal principal)
This method checks if the current principal has the required permission. |
Uses of PermissionException in com.cc.framework.security |
Methods in com.cc.framework.security that throw PermissionException | |
static Permission |
StaticPermission.parse(java.lang.String permissionLiteral)
Creates for the argument (role name) an Object of type Permission. |
static Permission |
RoleBasedPermission.parse(java.lang.String permissionLiteral)
Creates for the argument (role name) an Object of type Permission. |
static Permission |
PermissionFactory.parse(java.lang.String permissionLiteral)
Creates for the argument an object of type Permission. |
static Permission |
FunctionBasedPermission.parse(java.lang.String permissionLiteral)
Creates for the argument an Object of type Permission. |
Uses of PermissionException in com.cc.framework.security.acl |
Methods in com.cc.framework.security.acl that throw PermissionException | |
static AccessControlList |
AccessControlList.parse(java.lang.String permissionLiteral)
Creates for the argument an object of type Permission. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |