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

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

public interface SecurityType
extends GerAbstractSecurityType

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


Nested Class Summary
static class SecurityType.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
 DefaultPrincipalType addNewDefaultPrincipal()
          Appends and returns a new empty "default-principal" element
 DescriptionType addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 RoleMappingsType addNewRoleMappings()
          Appends and returns a new empty "role-mappings" element
 DefaultPrincipalType getDefaultPrincipal()
          Gets the "default-principal" element
 String getDefaultRole()
          Gets the "default-role" attribute
 DescriptionType[] getDescriptionArray()
          Gets array of all "description" elements
 DescriptionType getDescriptionArray(int i)
          Gets ith "description" element
 boolean getDoasCurrentCaller()
          Gets the "doas-current-caller" attribute
 RoleMappingsType getRoleMappings()
          Gets the "role-mappings" element
 boolean getUseContextHandler()
          Gets the "use-context-handler" attribute
 DescriptionType 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 setDefaultPrincipal(DefaultPrincipalType defaultPrincipal)
          Sets the "default-principal" element
 void setDefaultRole(String defaultRole)
          Sets the "default-role" attribute
 void setDescriptionArray(DescriptionType[] descriptionArray)
          Sets array of all "description" element
 void setDescriptionArray(int i, DescriptionType description)
          Sets ith "description" element
 void setDoasCurrentCaller(boolean doasCurrentCaller)
          Sets the "doas-current-caller" attribute
 void setRoleMappings(RoleMappingsType 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

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


getDefaultPrincipal

DefaultPrincipalType getDefaultPrincipal()
Gets the "default-principal" element


setDefaultPrincipal

void setDefaultPrincipal(DefaultPrincipalType defaultPrincipal)
Sets the "default-principal" element


addNewDefaultPrincipal

DefaultPrincipalType addNewDefaultPrincipal()
Appends and returns a new empty "default-principal" element


getRoleMappings

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


isSetRoleMappings

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


setRoleMappings

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


addNewRoleMappings

RoleMappingsType 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.