@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public class LoginConfigType extends 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 AuthMethodType |
authMethod |
protected FormLoginConfigType |
formLoginConfig |
protected String |
id |
protected String |
realmName |
Constructor and Description |
---|
LoginConfigType() |
Modifier and Type | Method and Description |
---|---|
AuthMethodType |
getAuthMethod()
Gets the value of the authMethod property.
|
FormLoginConfigType |
getFormLoginConfig()
Gets the value of the formLoginConfig property.
|
String |
getId()
Gets the value of the id property.
|
String |
getRealmName()
Gets the value of the realmName property.
|
void |
setAuthMethod(AuthMethodType value)
Sets the value of the authMethod property.
|
void |
setFormLoginConfig(FormLoginConfigType value)
Sets the value of the formLoginConfig property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setRealmName(String value)
Sets the value of the realmName property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected AuthMethodType authMethod
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected String realmName
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected FormLoginConfigType formLoginConfig
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected String id
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public AuthMethodType getAuthMethod()
AuthMethodType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setAuthMethod(AuthMethodType value)
value
- allowed object is
AuthMethodType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public String getRealmName()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setRealmName(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public FormLoginConfigType getFormLoginConfig()
FormLoginConfigType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setFormLoginConfig(FormLoginConfigType value)
value
- allowed object is
FormLoginConfigType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public String getId()
String
Copyright © 2016 buschmais GbR. All rights reserved.