站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

PortalPermission - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.security
Class PortalPermission

java.lang.Object
  extended byjava.security.Permission
      extended byorg.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

Constructor Summary
PortalPermission(java.lang.String name)
           
 
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
 

Constructor Detail

PortalPermission

public PortalPermission(java.lang.String name)
Method Detail

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.