public class LoginConfig
extends java.lang.Object
Java class for login-configType complex type.
The following schema fragment specifies the expected content contained within this class.
<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 java.lang.String |
authMethod |
protected FormLoginConfig |
formLoginConfig |
protected java.lang.String |
id |
protected java.lang.String |
realmName |
Constructor and Description |
---|
LoginConfig() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthMethod() |
FormLoginConfig |
getFormLoginConfig()
Gets the value of the formLoginConfig property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getRealmName()
Gets the value of the realmName property.
|
void |
setAuthMethod(java.lang.String value) |
void |
setFormLoginConfig(FormLoginConfig value)
Sets the value of the formLoginConfig property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setRealmName(java.lang.String value)
Sets the value of the realmName property.
|
protected java.lang.String authMethod
protected java.lang.String realmName
protected FormLoginConfig formLoginConfig
protected java.lang.String id
public java.lang.String getAuthMethod()
public void setAuthMethod(java.lang.String value)
public java.lang.String getRealmName()
String
public void setRealmName(java.lang.String value)
value
- allowed object is
String
public FormLoginConfig getFormLoginConfig()
FormLoginConfig
public void setFormLoginConfig(FormLoginConfig value)
value
- allowed object is
FormLoginConfig
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String