java.lang.Objectorg.apache.geronimo.xml.ns.security_1.RoleType
Java class for roleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="roleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://geronimo.apache.org/xml/ns/security-1.1}descriptionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="realm-principal" type="{http://geronimo.apache.org/xml/ns/security-1.1}realmPrincipalType" maxOccurs="unbounded" minOccurs="0"/>
<element name="login-domain-principal" type="{http://geronimo.apache.org/xml/ns/security-1.1}loginDomainPrincipalType" maxOccurs="unbounded" minOccurs="0"/>
<element name="principal" type="{http://geronimo.apache.org/xml/ns/security-1.1}principalType" maxOccurs="unbounded" minOccurs="0"/>
<element name="distinguished-name" type="{http://geronimo.apache.org/xml/ns/security-1.1}distinguishedNameType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="role-name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | ||
|---|---|---|
| protected List<DescriptionType> | description | |
| protected List<RealmPrincipalType> | realmPrincipal | |
| protected List<LoginDomainPrincipalType> | loginDomainPrincipal | |
| protected List<PrincipalType> | principal | |
| protected List<DistinguishedNameType> | distinguishedName | |
| protected String | roleName | |
| Method from org.apache.geronimo.xml.ns.security_1.RoleType Summary: |
|---|
| getDescription, getDistinguishedName, getLoginDomainPrincipal, getPrincipal, getRealmPrincipal, getRoleName, setRoleName |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.geronimo.xml.ns.security_1.RoleType Detail: |
|---|
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 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 |
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 For example, to add a new item, do as follows: getDistinguishedName().add(newItem); Objects of the following type(s) are allowed in the list DistinguishedNameType |
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 For example, to add a new item, do as follows: getLoginDomainPrincipal().add(newItem); Objects of the following type(s) are allowed in the list LoginDomainPrincipalType |
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 For example, to add a new item, do as follows: getPrincipal().add(newItem); Objects of the following type(s) are allowed in the list PrincipalType |
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 For example, to add a new item, do as follows: getRealmPrincipal().add(newItem); Objects of the following type(s) are allowed in the list RealmPrincipalType |
|
|