|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.LoginConfig
public class LoginConfig
web-common_3_0.xsd
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>
| Field Summary | |
|---|---|
protected String |
authMethod
|
protected FormLoginConfig |
formLoginConfig
|
protected String |
id
|
protected String |
realmName
|
| Constructor Summary | |
|---|---|
LoginConfig()
|
|
| Method Summary | |
|---|---|
String |
getAuthMethod()
|
FormLoginConfig |
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(String value)
|
void |
setFormLoginConfig(FormLoginConfig 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String authMethod
protected String realmName
protected FormLoginConfig formLoginConfig
protected String id
| Constructor Detail |
|---|
public LoginConfig()
| Method Detail |
|---|
public String getAuthMethod()
public void setAuthMethod(String value)
public String getRealmName()
Stringpublic void setRealmName(String value)
value - allowed object is
Stringpublic FormLoginConfig getFormLoginConfig()
FormLoginConfigpublic void setFormLoginConfig(FormLoginConfig value)
value - allowed object is
FormLoginConfigpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||