|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.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 DescriptionType[] |
description
|
protected String |
id
|
protected MethodType[] |
method
|
protected RoleNameType[] |
roleName
|
protected EmptyType |
unchecked
|
| Constructor Summary | |
|---|---|
MethodPermissionType()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.MethodPermissionType instance. |
|
MethodPermissionType(MethodPermissionType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.MethodPermissionType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
MethodPermissionType |
clone()
Creates and returns a copy of this object. |
DescriptionType[] |
getDescription()
|
DescriptionType |
getDescription(int idx)
|
int |
getDescriptionLength()
|
String |
getId()
Gets the value of the id property. |
MethodType[] |
getMethod()
|
MethodType |
getMethod(int idx)
|
int |
getMethodLength()
|
RoleNameType[] |
getRoleName()
|
RoleNameType |
getRoleName(int idx)
|
int |
getRoleNameLength()
|
EmptyType |
getUnchecked()
Gets the value of the unchecked property. |
void |
setDescription(DescriptionType[] values)
|
DescriptionType |
setDescription(int idx,
DescriptionType value)
|
void |
setId(String value)
Sets the value of the id property. |
MethodType |
setMethod(int idx,
MethodType value)
|
void |
setMethod(MethodType[] values)
|
RoleNameType |
setRoleName(int idx,
RoleNameType value)
|
void |
setRoleName(RoleNameType[] values)
|
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 DescriptionType[] description
protected RoleNameType[] roleName
protected EmptyType unchecked
protected MethodType[] method
protected String id
| Constructor Detail |
|---|
public MethodPermissionType()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.MethodPermissionType instance.
public MethodPermissionType(MethodPermissionType o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.MethodPermissionType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType[] getDescription()
DescriptionTypepublic DescriptionType getDescription(int idx)
DescriptionTypepublic int getDescriptionLength()
public void setDescription(DescriptionType[] values)
values - allowed objects are
DescriptionType
public DescriptionType setDescription(int idx,
DescriptionType value)
value - allowed object is
DescriptionTypepublic RoleNameType[] getRoleName()
RoleNameTypepublic RoleNameType getRoleName(int idx)
RoleNameTypepublic int getRoleNameLength()
public void setRoleName(RoleNameType[] values)
values - allowed objects are
RoleNameType
public RoleNameType setRoleName(int idx,
RoleNameType value)
value - allowed object is
RoleNameTypepublic EmptyType getUnchecked()
EmptyTypepublic void setUnchecked(EmptyType value)
value - allowed object is
EmptyTypepublic MethodType[] getMethod()
MethodTypepublic MethodType getMethod(int idx)
MethodTypepublic int getMethodLength()
public void setMethod(MethodType[] values)
values - allowed objects are
MethodType
public MethodType setMethod(int idx,
MethodType value)
value - allowed object is
MethodTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic MethodPermissionType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||