当前页面:
在线文档首页 >
JBOSS Portal 2.2 API 英文版文档
PortalPermission - JBOSS Portal 2.2 API 英文版文档
org.jboss.portal.security
Class PortalPermission
java.lang.Object
java.security.Permission
org.jboss.portal.security.PortalPermission
- All Implemented Interfaces:
- java.security.Guard, java.io.Serializable
- Direct Known Subclasses:
- ComponentPermission, InstancePermission, PortalObjectPermission
- public abstract class PortalPermission
- extends java.security.Permission
The base permission used for portal permissions.
- See Also:
- Serialized Form
Method Summary |
abstract java.lang.String |
getType()
Return the permission type. |
abstract java.lang.String |
getURI()
Return the resource identifier of this permission. |
Methods inherited from class java.security.Permission |
checkGuard, equals, getActions, getName, hashCode, implies, newPermissionCollection, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PortalPermission
public PortalPermission(java.lang.String name)
getURI
public abstract java.lang.String getURI()
- Return the resource identifier of this permission.
getType
public abstract java.lang.String getType()
- Return the permission type.