com.liferay.portal.kernel.security.pacl.permission
Class PortalServicePermission

java.lang.Object
  extended by java.security.Permission
      extended by java.security.BasicPermission
          extended by com.liferay.portal.kernel.security.pacl.permission.PortalServicePermission
All Implemented Interfaces:
java.io.Serializable, java.security.Guard

public class PortalServicePermission
extends java.security.BasicPermission

Author:
Raymond Augé
See Also:
Serialized Form

Constructor Summary
PortalServicePermission(java.lang.String name, java.lang.Object object, java.lang.reflect.Method method)
           
 
Method Summary
 java.lang.reflect.Method getMethod()
           
 java.lang.Object getObject()
           
 
Methods inherited from class java.security.BasicPermission
equals, getActions, hashCode, implies, newPermissionCollection
 
Methods inherited from class java.security.Permission
checkGuard, getName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortalServicePermission

public PortalServicePermission(java.lang.String name,
                               java.lang.Object object,
                               java.lang.reflect.Method method)
Method Detail

getMethod

public java.lang.reflect.Method getMethod()

getObject

public java.lang.Object getObject()