|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.grizzly.http.webxml.schema.version_2_4.LoginConfigType
public class LoginConfigType
The login-configType is used to configure the authentication method that should be used, the realm name that should be used for this application, and the attributes that are needed by the form login mechanism. Used in: web-app
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/j2ee}auth-methodType" minOccurs="0"/> <element name="realm-name" type="{http://java.sun.com/xml/ns/j2ee}string" minOccurs="0"/> <element name="form-login-config" type="{http://java.sun.com/xml/ns/j2ee}form-login-configType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected AuthMethodType |
authMethod
|
protected FormLoginConfigType |
formLoginConfig
|
protected String |
id
|
protected String |
realmName
|
Constructor Summary | |
---|---|
LoginConfigType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AuthMethodType authMethod
protected String realmName
protected FormLoginConfigType formLoginConfig
protected String id
Constructor Detail |
---|
public LoginConfigType()
Method Detail |
---|
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
public String getId()
String
public 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 |