|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.MethodPermissionType
public class MethodPermissionType
The method-permissionType specifies that one or more security roles are allowed to invoke one or more enterprise bean methods. The method-permissionType consists of an optional description, a list of security role names or an indicator to state that the method is unchecked for authorization, and a list of method elements. The security roles used in the method-permissionType must be defined in the security-role elements of the deployment descriptor, and the methods must be methods defined in the enterprise bean's business, home, component and/or web service endpoint interfaces.
Java class for method-permissionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="method-permissionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" maxOccurs="unbounded" minOccurs="0"/>
<choice>
<element name="role-name" type="{http://java.sun.com/xml/ns/javaee}role-nameType" maxOccurs="unbounded"/>
<element name="unchecked" type="{http://java.sun.com/xml/ns/javaee}emptyType"/>
</choice>
<element name="method" type="{http://java.sun.com/xml/ns/javaee}methodType" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<DescriptionType> |
description
|
protected String |
id
|
protected List<MethodType> |
method
|
protected List<RoleNameType> |
roleName
|
protected EmptyType |
unchecked
|
| Constructor Summary | |
|---|---|
MethodPermissionType()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.MethodPermissionType instance. |
|
MethodPermissionType(MethodPermissionType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.MethodPermissionType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
MethodPermissionType |
clone()
Creates and returns a copy of this object. |
protected static void |
copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Copies all values of property Description. |
protected static void |
copyMethod(List<MethodType> source,
List<MethodType> target)
Copies all values of property Method. |
protected static void |
copyRoleName(List<RoleNameType> source,
List<RoleNameType> target)
Copies all values of property RoleName. |
List<DescriptionType> |
getDescription()
Gets the value of the description property. |
String |
getId()
Gets the value of the id property. |
List<MethodType> |
getMethod()
Gets the value of the method property. |
List<RoleNameType> |
getRoleName()
Gets the value of the roleName property. |
EmptyType |
getUnchecked()
Gets the value of the unchecked property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setUnchecked(EmptyType value)
Sets the value of the unchecked property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<DescriptionType> description
protected List<RoleNameType> roleName
protected EmptyType unchecked
protected List<MethodType> method
protected String id
| Constructor Detail |
|---|
public MethodPermissionType()
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.MethodPermissionType instance.
public MethodPermissionType(MethodPermissionType o)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.MethodPermissionType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
public List<RoleNameType> getRoleName()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the roleName property.
For example, to add a new item, do as follows:
getRoleName().add(newItem);
Objects of the following type(s) are allowed in the list
RoleNameType
public EmptyType getUnchecked()
EmptyTypepublic void setUnchecked(EmptyType value)
value - allowed object is
EmptyTypepublic List<MethodType> getMethod()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the method property.
For example, to add a new item, do as follows:
getMethod().add(newItem);
Objects of the following type(s) are allowed in the list
MethodType
public String getId()
Stringpublic void setId(String value)
value - allowed object is
String
protected static void copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Description.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyRoleName(List<RoleNameType> source,
List<RoleNameType> target)
RoleName.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyMethod(List<MethodType> source,
List<MethodType> target)
Method.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public MethodPermissionType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||