|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An XML login-configType(@http://java.sun.com/xml/ns/j2ee). This is a complex type.
Nested Class Summary | |
static class |
LoginConfigType.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 | |
FormLoginConfigType |
addNewFormLoginConfig()
Appends and returns a new empty "form-login-config" element |
AuthMethodType.Enum |
getAuthMethod()
Gets the "auth-method" element |
FormLoginConfigType |
getFormLoginConfig()
Gets the "form-login-config" element |
String |
getRealmName()
Gets the "realm-name" element |
boolean |
isSetAuthMethod()
True if has "auth-method" element |
boolean |
isSetFormLoginConfig()
True if has "form-login-config" element |
boolean |
isSetRealmName()
True if has "realm-name" element |
void |
setAuthMethod(AuthMethodType.Enum authMethod)
Sets the "auth-method" element |
void |
setFormLoginConfig(FormLoginConfigType formLoginConfig)
Sets the "form-login-config" element |
void |
setRealmName(String realmName)
Sets the "realm-name" element |
void |
unsetAuthMethod()
Unsets the "auth-method" element |
void |
unsetFormLoginConfig()
Unsets the "form-login-config" element |
void |
unsetRealmName()
Unsets the "realm-name" element |
AuthMethodType |
xgetAuthMethod()
Gets (as xml) the "auth-method" element |
String |
xgetRealmName()
Gets (as xml) the "realm-name" element |
void |
xsetAuthMethod(AuthMethodType authMethod)
Sets (as xml) the "auth-method" element |
void |
xsetRealmName(String realmName)
Sets (as xml) the "realm-name" element |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
public static final org.apache.xmlbeans.SchemaType type
Method Detail |
public AuthMethodType.Enum getAuthMethod()
public AuthMethodType xgetAuthMethod()
public boolean isSetAuthMethod()
public void setAuthMethod(AuthMethodType.Enum authMethod)
public void xsetAuthMethod(AuthMethodType authMethod)
public void unsetAuthMethod()
public String getRealmName()
public String xgetRealmName()
public boolean isSetRealmName()
public void setRealmName(String realmName)
public void xsetRealmName(String realmName)
public void unsetRealmName()
public FormLoginConfigType getFormLoginConfig()
public boolean isSetFormLoginConfig()
public void setFormLoginConfig(FormLoginConfigType formLoginConfig)
public FormLoginConfigType addNewFormLoginConfig()
public void unsetFormLoginConfig()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |