Save This Page
Home » geronimo-eclipse-plugin-2.2-source-release » org.apache.geronimo.xml.ns.security_1 » [javadoc | source]
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     
Fields inherited from org.apache.geronimo.xml.ns.security_1.LoginDomainPrincipalType:
domainName
Fields inherited from org.apache.geronimo.xml.ns.security_1.PrincipalType:
description,  clazz,  designatedRunAs,  name
Method from org.apache.geronimo.xml.ns.security_1.RealmPrincipalType Summary:
getRealmName,   setRealmName
Methods from org.apache.geronimo.xml.ns.security_1.LoginDomainPrincipalType:
getDomainName,   setDomainName
Methods from org.apache.geronimo.xml.ns.security_1.PrincipalType:
getClazz,   getDescription,   getName,   isDesignatedRunAs,   setClazz,   setDesignatedRunAs,   setName
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() 
    Gets the value of the realmName property.
 public  void setRealmName(String value) 
    Sets the value of the realmName property.