|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.wls.SecurityRoleAssignment
public class SecurityRoleAssignment
Java class for security-role-assignment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="security-role-assignment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="role-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<choice>
<element name="principal-name" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" maxOccurs="unbounded"/>
<element name="externally-defined" type="{http://www.bea.com/ns/weblogic/90}empty"/>
</choice>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Empty |
externallyDefined
|
protected java.lang.String |
id
|
protected java.util.List<javax.xml.bind.JAXBElement<java.lang.String>> |
principalName
|
protected java.lang.String |
roleName
|
| Constructor Summary | |
|---|---|
SecurityRoleAssignment()
|
|
| Method Summary | |
|---|---|
Empty |
getExternallyDefined()
Gets the value of the externallyDefined property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.util.List<javax.xml.bind.JAXBElement<java.lang.String>> |
getPrincipalName()
Gets the value of the principalName property. |
java.lang.String |
getRoleName()
Gets the value of the roleName property. |
void |
setExternallyDefined(Empty value)
Sets the value of the externallyDefined property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setRoleName(java.lang.String value)
Sets the value of the roleName property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String roleName
protected java.util.List<javax.xml.bind.JAXBElement<java.lang.String>> principalName
protected Empty externallyDefined
protected java.lang.String id
| Constructor Detail |
|---|
public SecurityRoleAssignment()
| Method Detail |
|---|
public java.lang.String getRoleName()
Stringpublic void setRoleName(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<javax.xml.bind.JAXBElement<java.lang.String>> getPrincipalName()
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 principalName property.
For example, to add a new item, do as follows:
getPrincipalName().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<String>
public Empty getExternallyDefined()
Emptypublic void setExternallyDefined(Empty value)
value - allowed object is
Emptypublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||