org.apache.openejb.jee
Class SecurityPermission
java.lang.Object
org.apache.openejb.jee.SecurityPermission
public class SecurityPermission
- extends java.lang.Object
The security-permissionType specifies a security
permission that is required by the resource adapter code.
The security permission listed in the deployment descriptor
are ones that are different from those required by the
default permission set as specified in the connector
specification. The optional description can mention specific
reason that resource adapter requires a given security
permission.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected java.util.List<Text> description
securityPermissionSpec
protected java.lang.String securityPermissionSpec
id
protected java.lang.String id
SecurityPermission
public SecurityPermission()
getDescription
public java.util.List<Text> getDescription()
getSecurityPermissionSpec
public java.lang.String getSecurityPermissionSpec()
setSecurityPermissionSpec
public void setSecurityPermissionSpec(java.lang.String value)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.