当前页面:
在线文档首页 >
JBoss Seam 1.1.0 cr1 API 英文版文档
PermissionHandler (JBoss Seam API Documentation) - JBoss Seam 1.1.0 cr1 API 英文版文档
org.jboss.seam.security
Class PermissionHandler
java.lang.Object
org.jboss.seam.security.PermissionHandler
public class PermissionHandler
- extends Object
- Author:
- shane_bryzak
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PermissionHandler
public PermissionHandler(Class cls)
getPermissionName
public String getPermissionName()
getProviderName
public String getProviderName(String action)
supportsAclCheck
public boolean supportsAclCheck(String action)
aclCheck
public void aclCheck(Object obj,
String action)
- Performs an ACL permission check against the currently authenticated principal.
A SecurityException is thrown if the currently authenticated user does not
have the necessary permission for the specified object.
- Parameters:
obj
- Object The object to be checkedaction
- String The action