public class LoginConfigType extends Object
Java-Klasse für login-configType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="login-configType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="auth-method" type="{http://java.sun.com/xml/ns/javaee}auth-methodType" minOccurs="0"/> <element name="realm-name" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/> <element name="form-login-config" type="{http://java.sun.com/xml/ns/javaee}form-login-configType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AuthMethodType |
authMethod |
protected FormLoginConfigType |
formLoginConfig |
protected String |
id |
protected String |
realmName |
Constructor and Description |
---|
LoginConfigType() |
Modifier and Type | Method and Description |
---|---|
AuthMethodType |
getAuthMethod()
Ruft den Wert der authMethod-Eigenschaft ab.
|
FormLoginConfigType |
getFormLoginConfig()
Ruft den Wert der formLoginConfig-Eigenschaft ab.
|
String |
getId()
Ruft den Wert der id-Eigenschaft ab.
|
String |
getRealmName()
Ruft den Wert der realmName-Eigenschaft ab.
|
void |
setAuthMethod(AuthMethodType value)
Legt den Wert der authMethod-Eigenschaft fest.
|
void |
setFormLoginConfig(FormLoginConfigType value)
Legt den Wert der formLoginConfig-Eigenschaft fest.
|
void |
setId(String value)
Legt den Wert der id-Eigenschaft fest.
|
void |
setRealmName(String value)
Legt den Wert der realmName-Eigenschaft fest.
|
protected AuthMethodType authMethod
protected String realmName
protected FormLoginConfigType formLoginConfig
protected String id
public AuthMethodType getAuthMethod()
AuthMethodType
public void setAuthMethod(AuthMethodType value)
value
- allowed object is
AuthMethodType
public String getRealmName()
String
public void setRealmName(String value)
value
- allowed object is
String
public FormLoginConfigType getFormLoginConfig()
FormLoginConfigType
public void setFormLoginConfig(FormLoginConfigType value)
value
- allowed object is
FormLoginConfigType
Copyright © 2015 buschmais GbR. All rights reserved.