org.apache.geronimo.xml.ns.security_1
public class: RealmPrincipalType [javadoc |
source]
java.lang.Object
org.apache.geronimo.xml.ns.security_1.PrincipalType
org.apache.geronimo.xml.ns.security_1.LoginDomainPrincipalType
org.apache.geronimo.xml.ns.security_1.RealmPrincipalType
Java class for realmPrincipalType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="realmPrincipalType">
<complexContent>
<extension base="{http://geronimo.apache.org/xml/ns/security-1.1}loginDomainPrincipalType">
<attribute name="realm-name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary |
|---|
| protected String | realmName | |
| 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.RealmPrincipalType Detail: |
public String getRealmName() {
return realmName;
}
Gets the value of the realmName property. |
public void setRealmName(String value) {
this.realmName = value;
}
Sets the value of the realmName property. |