org.apache.openejb.jee
Class SecurityPermission
java.lang.Object
org.apache.openejb.jee.SecurityPermission
public class SecurityPermission
- extends 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 List<Text> description
securityPermissionSpec
protected String securityPermissionSpec
id
protected String id
SecurityPermission
public SecurityPermission()
getDescription
public List<Text> getDescription()
getSecurityPermissionSpec
public String getSecurityPermissionSpec()
setSecurityPermissionSpec
public void setSecurityPermissionSpec(String value)
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.