org.ow2.jonas.deployment.rar
Class SecurityPermissionDesc

java.lang.Object
  extended by org.ow2.jonas.deployment.rar.SecurityPermissionDesc
All Implemented Interfaces:
Serializable

public class SecurityPermissionDesc
extends Object
implements 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
 List getDescriptionList()
          Gets the description
 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 List getDescriptionList()
Gets the description

Returns:
the description

getSecurityPermissionSpec

public String getSecurityPermissionSpec()
Gets the security-permission-spec

Returns:
the security-permission-spec


Copyright © 2010 OW2 Consortium. All Rights Reserved.