org.objectweb.jonas_rar.deployment.api
Class SecurityPermissionDesc

java.lang.Object
  extended by org.objectweb.jonas_rar.deployment.api.SecurityPermissionDesc
All Implemented Interfaces:
java.io.Serializable

public class SecurityPermissionDesc
extends java.lang.Object
implements java.io.Serializable

This class defines the implementation of the element security-permission

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
SecurityPermissionDesc(SecurityPermission sp)
          Constructor
 
Method Summary
 java.util.List getDescriptionList()
          Gets the description
 java.lang.String getSecurityPermissionSpec()
          Gets the security-permission-spec
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityPermissionDesc

public SecurityPermissionDesc(SecurityPermission sp)
Constructor

Method Detail

getDescriptionList

public java.util.List getDescriptionList()
Gets the description

Returns:
the description

getSecurityPermissionSpec

public java.lang.String getSecurityPermissionSpec()
Gets the security-permission-spec

Returns:
the security-permission-spec