org.apache.geronimo.xml.ns.security12
Interface DefaultPrincipalType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
DefaultPrincipalTypeImpl

public interface DefaultPrincipalType
extends org.apache.xmlbeans.XmlObject

An XML default-principalType(@http://geronimo.apache.org/xml/ns/security-1.2). This is a complex type.


Nested Class Summary
static class DefaultPrincipalType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 DescriptionType addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 LoginDomainPrincipalType addNewLoginDomainPrincipal()
          Appends and returns a new empty "login-domain-principal" element
 NamedUsernamePasswordCredentialType addNewNamedUsernamePasswordCredential()
          Appends and returns a new empty value (as xml) as the last "named-username-password-credential" element
 PrincipalType addNewPrincipal()
          Appends and returns a new empty "principal" element
 RealmPrincipalType addNewRealmPrincipal()
          Appends and returns a new empty "realm-principal" element
 DescriptionType[] getDescriptionArray()
          Gets array of all "description" elements
 DescriptionType getDescriptionArray(int i)
          Gets ith "description" element
 LoginDomainPrincipalType getLoginDomainPrincipal()
          Gets the "login-domain-principal" element
 NamedUsernamePasswordCredentialType[] getNamedUsernamePasswordCredentialArray()
          Gets array of all "named-username-password-credential" elements
 NamedUsernamePasswordCredentialType getNamedUsernamePasswordCredentialArray(int i)
          Gets ith "named-username-password-credential" element
 PrincipalType getPrincipal()
          Gets the "principal" element
 RealmPrincipalType getRealmPrincipal()
          Gets the "realm-principal" element
 DescriptionType insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 NamedUsernamePasswordCredentialType insertNewNamedUsernamePasswordCredential(int i)
          Inserts and returns a new empty value (as xml) as the ith "named-username-password-credential" element
 boolean isSetLoginDomainPrincipal()
          True if has "login-domain-principal" element
 boolean isSetPrincipal()
          True if has "principal" element
 boolean isSetRealmPrincipal()
          True if has "realm-principal" element
 void removeDescription(int i)
          Removes the ith "description" element
 void removeNamedUsernamePasswordCredential(int i)
          Removes the ith "named-username-password-credential" element
 void setDescriptionArray(DescriptionType[] descriptionArray)
          Sets array of all "description" element
 void setDescriptionArray(int i, DescriptionType description)
          Sets ith "description" element
 void setLoginDomainPrincipal(LoginDomainPrincipalType loginDomainPrincipal)
          Sets the "login-domain-principal" element
 void setNamedUsernamePasswordCredentialArray(int i, NamedUsernamePasswordCredentialType namedUsernamePasswordCredential)
          Sets ith "named-username-password-credential" element
 void setNamedUsernamePasswordCredentialArray(NamedUsernamePasswordCredentialType[] namedUsernamePasswordCredentialArray)
          Sets array of all "named-username-password-credential" element
 void setPrincipal(PrincipalType principal)
          Sets the "principal" element
 void setRealmPrincipal(RealmPrincipalType realmPrincipal)
          Sets the "realm-principal" element
 int sizeOfDescriptionArray()
          Returns number of "description" element
 int sizeOfNamedUsernamePasswordCredentialArray()
          Returns number of "named-username-password-credential" element
 void unsetLoginDomainPrincipal()
          Unsets the "login-domain-principal" element
 void unsetPrincipal()
          Unsets the "principal" element
 void unsetRealmPrincipal()
          Unsets the "realm-principal" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getDescriptionArray

DescriptionType[] getDescriptionArray()
Gets array of all "description" elements


getDescriptionArray

DescriptionType getDescriptionArray(int i)
Gets ith "description" element


sizeOfDescriptionArray

int sizeOfDescriptionArray()
Returns number of "description" element


setDescriptionArray

void setDescriptionArray(DescriptionType[] descriptionArray)
Sets array of all "description" element


setDescriptionArray

void setDescriptionArray(int i,
                         DescriptionType description)
Sets ith "description" element


insertNewDescription

DescriptionType insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element


addNewDescription

DescriptionType addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" element


removeDescription

void removeDescription(int i)
Removes the ith "description" element


getPrincipal

PrincipalType getPrincipal()
Gets the "principal" element


isSetPrincipal

boolean isSetPrincipal()
True if has "principal" element


setPrincipal

void setPrincipal(PrincipalType principal)
Sets the "principal" element


addNewPrincipal

PrincipalType addNewPrincipal()
Appends and returns a new empty "principal" element


unsetPrincipal

void unsetPrincipal()
Unsets the "principal" element


getLoginDomainPrincipal

LoginDomainPrincipalType getLoginDomainPrincipal()
Gets the "login-domain-principal" element


isSetLoginDomainPrincipal

boolean isSetLoginDomainPrincipal()
True if has "login-domain-principal" element


setLoginDomainPrincipal

void setLoginDomainPrincipal(LoginDomainPrincipalType loginDomainPrincipal)
Sets the "login-domain-principal" element


addNewLoginDomainPrincipal

LoginDomainPrincipalType addNewLoginDomainPrincipal()
Appends and returns a new empty "login-domain-principal" element


unsetLoginDomainPrincipal

void unsetLoginDomainPrincipal()
Unsets the "login-domain-principal" element


getRealmPrincipal

RealmPrincipalType getRealmPrincipal()
Gets the "realm-principal" element


isSetRealmPrincipal

boolean isSetRealmPrincipal()
True if has "realm-principal" element


setRealmPrincipal

void setRealmPrincipal(RealmPrincipalType realmPrincipal)
Sets the "realm-principal" element


addNewRealmPrincipal

RealmPrincipalType addNewRealmPrincipal()
Appends and returns a new empty "realm-principal" element


unsetRealmPrincipal

void unsetRealmPrincipal()
Unsets the "realm-principal" element


getNamedUsernamePasswordCredentialArray

NamedUsernamePasswordCredentialType[] getNamedUsernamePasswordCredentialArray()
Gets array of all "named-username-password-credential" elements


getNamedUsernamePasswordCredentialArray

NamedUsernamePasswordCredentialType getNamedUsernamePasswordCredentialArray(int i)
Gets ith "named-username-password-credential" element


sizeOfNamedUsernamePasswordCredentialArray

int sizeOfNamedUsernamePasswordCredentialArray()
Returns number of "named-username-password-credential" element


setNamedUsernamePasswordCredentialArray

void setNamedUsernamePasswordCredentialArray(NamedUsernamePasswordCredentialType[] namedUsernamePasswordCredentialArray)
Sets array of all "named-username-password-credential" element


setNamedUsernamePasswordCredentialArray

void setNamedUsernamePasswordCredentialArray(int i,
                                             NamedUsernamePasswordCredentialType namedUsernamePasswordCredential)
Sets ith "named-username-password-credential" element


insertNewNamedUsernamePasswordCredential

NamedUsernamePasswordCredentialType insertNewNamedUsernamePasswordCredential(int i)
Inserts and returns a new empty value (as xml) as the ith "named-username-password-credential" element


addNewNamedUsernamePasswordCredential

NamedUsernamePasswordCredentialType addNewNamedUsernamePasswordCredential()
Appends and returns a new empty value (as xml) as the last "named-username-password-credential" element


removeNamedUsernamePasswordCredential

void removeNamedUsernamePasswordCredential(int i)
Removes the ith "named-username-password-credential" element



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.