org.apache.geronimo.xbeans.geronimo.security
Interface GerDefaultPrincipalType

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

public interface GerDefaultPrincipalType
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 GerDefaultPrincipalType.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
 GerDescriptionType addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 GerLoginDomainPrincipalType addNewLoginDomainPrincipal()
          Appends and returns a new empty "login-domain-principal" element
 GerNamedUsernamePasswordCredentialType addNewNamedUsernamePasswordCredential()
          Appends and returns a new empty value (as xml) as the last "named-username-password-credential" element
 GerPrincipalType addNewPrincipal()
          Appends and returns a new empty "principal" element
 GerRealmPrincipalType addNewRealmPrincipal()
          Appends and returns a new empty "realm-principal" element
 GerDescriptionType[] getDescriptionArray()
          Gets array of all "description" elements
 GerDescriptionType getDescriptionArray(int i)
          Gets ith "description" element
 GerLoginDomainPrincipalType getLoginDomainPrincipal()
          Gets the "login-domain-principal" element
 GerNamedUsernamePasswordCredentialType[] getNamedUsernamePasswordCredentialArray()
          Gets array of all "named-username-password-credential" elements
 GerNamedUsernamePasswordCredentialType getNamedUsernamePasswordCredentialArray(int i)
          Gets ith "named-username-password-credential" element
 GerPrincipalType getPrincipal()
          Gets the "principal" element
 GerRealmPrincipalType getRealmPrincipal()
          Gets the "realm-principal" element
 GerDescriptionType insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 GerNamedUsernamePasswordCredentialType 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(GerDescriptionType[] descriptionArray)
          Sets array of all "description" element
 void setDescriptionArray(int i, GerDescriptionType description)
          Sets ith "description" element
 void setLoginDomainPrincipal(GerLoginDomainPrincipalType loginDomainPrincipal)
          Sets the "login-domain-principal" element
 void setNamedUsernamePasswordCredentialArray(GerNamedUsernamePasswordCredentialType[] namedUsernamePasswordCredentialArray)
          Sets array of all "named-username-password-credential" element
 void setNamedUsernamePasswordCredentialArray(int i, GerNamedUsernamePasswordCredentialType namedUsernamePasswordCredential)
          Sets ith "named-username-password-credential" element
 void setPrincipal(GerPrincipalType principal)
          Sets the "principal" element
 void setRealmPrincipal(GerRealmPrincipalType 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

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


getDescriptionArray

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


sizeOfDescriptionArray

int sizeOfDescriptionArray()
Returns number of "description" element


setDescriptionArray

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


setDescriptionArray

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


insertNewDescription

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


addNewDescription

GerDescriptionType 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

GerPrincipalType getPrincipal()
Gets the "principal" element


isSetPrincipal

boolean isSetPrincipal()
True if has "principal" element


setPrincipal

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


addNewPrincipal

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


unsetPrincipal

void unsetPrincipal()
Unsets the "principal" element


getLoginDomainPrincipal

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


isSetLoginDomainPrincipal

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


setLoginDomainPrincipal

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


addNewLoginDomainPrincipal

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


unsetLoginDomainPrincipal

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


getRealmPrincipal

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


isSetRealmPrincipal

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


setRealmPrincipal

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


addNewRealmPrincipal

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


unsetRealmPrincipal

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


getNamedUsernamePasswordCredentialArray

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


getNamedUsernamePasswordCredentialArray

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


sizeOfNamedUsernamePasswordCredentialArray

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


setNamedUsernamePasswordCredentialArray

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


setNamedUsernamePasswordCredentialArray

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


insertNewNamedUsernamePasswordCredential

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


addNewNamedUsernamePasswordCredential

GerNamedUsernamePasswordCredentialType 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 © 2006 Apache Software Foundation. All Rights Reserved.