org.apache.geronimo.xbeans.geronimo.security.subjectinfo
Interface GerSecurityType

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

public interface GerSecurityType
extends GerAbstractSecurityType

An XML securityType(@http://geronimo.apache.org/xml/ns/subject-info-1.0). This is a complex type.


Nested Class Summary
static class GerSecurityType.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
 GerDefaultSubjectType addNewDefaultSubject()
          Appends and returns a new empty "default-subject" element
 GerDescriptionType addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 GerRoleSubjectMappingsType addNewRoleMappings()
          Appends and returns a new empty "role-mappings" element
 String getDefaultRole()
          Gets the "default-role" attribute
 GerDefaultSubjectType getDefaultSubject()
          Gets the "default-subject" element
 GerDescriptionType[] getDescriptionArray()
          Gets array of all "description" elements
 GerDescriptionType getDescriptionArray(int i)
          Gets ith "description" element
 boolean getDoasCurrentCaller()
          Gets the "doas-current-caller" attribute
 GerRoleSubjectMappingsType getRoleMappings()
          Gets the "role-mappings" element
 boolean getUseContextHandler()
          Gets the "use-context-handler" attribute
 GerDescriptionType insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 boolean isSetDefaultRole()
          True if has "default-role" attribute
 boolean isSetDoasCurrentCaller()
          True if has "doas-current-caller" attribute
 boolean isSetRoleMappings()
          True if has "role-mappings" element
 boolean isSetUseContextHandler()
          True if has "use-context-handler" attribute
 void removeDescription(int i)
          Removes the ith "description" element
 void setDefaultRole(String defaultRole)
          Sets the "default-role" attribute
 void setDefaultSubject(GerDefaultSubjectType defaultSubject)
          Sets the "default-subject" element
 void setDescriptionArray(GerDescriptionType[] descriptionArray)
          Sets array of all "description" element
 void setDescriptionArray(int i, GerDescriptionType description)
          Sets ith "description" element
 void setDoasCurrentCaller(boolean doasCurrentCaller)
          Sets the "doas-current-caller" attribute
 void setRoleMappings(GerRoleSubjectMappingsType roleMappings)
          Sets the "role-mappings" element
 void setUseContextHandler(boolean useContextHandler)
          Sets the "use-context-handler" attribute
 int sizeOfDescriptionArray()
          Returns number of "description" element
 void unsetDefaultRole()
          Unsets the "default-role" attribute
 void unsetDoasCurrentCaller()
          Unsets the "doas-current-caller" attribute
 void unsetRoleMappings()
          Unsets the "role-mappings" element
 void unsetUseContextHandler()
          Unsets the "use-context-handler" attribute
 org.apache.xmlbeans.XmlString xgetDefaultRole()
          Gets (as xml) the "default-role" attribute
 org.apache.xmlbeans.XmlBoolean xgetDoasCurrentCaller()
          Gets (as xml) the "doas-current-caller" attribute
 org.apache.xmlbeans.XmlBoolean xgetUseContextHandler()
          Gets (as xml) the "use-context-handler" attribute
 void xsetDefaultRole(org.apache.xmlbeans.XmlString defaultRole)
          Sets (as xml) the "default-role" attribute
 void xsetDoasCurrentCaller(org.apache.xmlbeans.XmlBoolean doasCurrentCaller)
          Sets (as xml) the "doas-current-caller" attribute
 void xsetUseContextHandler(org.apache.xmlbeans.XmlBoolean useContextHandler)
          Sets (as xml) the "use-context-handler" attribute
 
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


getDefaultSubject

GerDefaultSubjectType getDefaultSubject()
Gets the "default-subject" element


setDefaultSubject

void setDefaultSubject(GerDefaultSubjectType defaultSubject)
Sets the "default-subject" element


addNewDefaultSubject

GerDefaultSubjectType addNewDefaultSubject()
Appends and returns a new empty "default-subject" element


getRoleMappings

GerRoleSubjectMappingsType getRoleMappings()
Gets the "role-mappings" element


isSetRoleMappings

boolean isSetRoleMappings()
True if has "role-mappings" element


setRoleMappings

void setRoleMappings(GerRoleSubjectMappingsType roleMappings)
Sets the "role-mappings" element


addNewRoleMappings

GerRoleSubjectMappingsType addNewRoleMappings()
Appends and returns a new empty "role-mappings" element


unsetRoleMappings

void unsetRoleMappings()
Unsets the "role-mappings" element


getDoasCurrentCaller

boolean getDoasCurrentCaller()
Gets the "doas-current-caller" attribute


xgetDoasCurrentCaller

org.apache.xmlbeans.XmlBoolean xgetDoasCurrentCaller()
Gets (as xml) the "doas-current-caller" attribute


isSetDoasCurrentCaller

boolean isSetDoasCurrentCaller()
True if has "doas-current-caller" attribute


setDoasCurrentCaller

void setDoasCurrentCaller(boolean doasCurrentCaller)
Sets the "doas-current-caller" attribute


xsetDoasCurrentCaller

void xsetDoasCurrentCaller(org.apache.xmlbeans.XmlBoolean doasCurrentCaller)
Sets (as xml) the "doas-current-caller" attribute


unsetDoasCurrentCaller

void unsetDoasCurrentCaller()
Unsets the "doas-current-caller" attribute


getUseContextHandler

boolean getUseContextHandler()
Gets the "use-context-handler" attribute


xgetUseContextHandler

org.apache.xmlbeans.XmlBoolean xgetUseContextHandler()
Gets (as xml) the "use-context-handler" attribute


isSetUseContextHandler

boolean isSetUseContextHandler()
True if has "use-context-handler" attribute


setUseContextHandler

void setUseContextHandler(boolean useContextHandler)
Sets the "use-context-handler" attribute


xsetUseContextHandler

void xsetUseContextHandler(org.apache.xmlbeans.XmlBoolean useContextHandler)
Sets (as xml) the "use-context-handler" attribute


unsetUseContextHandler

void unsetUseContextHandler()
Unsets the "use-context-handler" attribute


getDefaultRole

String getDefaultRole()
Gets the "default-role" attribute


xgetDefaultRole

org.apache.xmlbeans.XmlString xgetDefaultRole()
Gets (as xml) the "default-role" attribute


isSetDefaultRole

boolean isSetDefaultRole()
True if has "default-role" attribute


setDefaultRole

void setDefaultRole(String defaultRole)
Sets the "default-role" attribute


xsetDefaultRole

void xsetDefaultRole(org.apache.xmlbeans.XmlString defaultRole)
Sets (as xml) the "default-role" attribute


unsetDefaultRole

void unsetDefaultRole()
Unsets the "default-role" attribute



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