|
||||||||||
| 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_3.LoginConfig
public class LoginConfig
| Field Summary | |
|---|---|
protected AuthMethod |
authMethod
|
protected FormLoginConfig |
formLoginConfig
|
protected String |
id
|
protected RealmName |
realmName
|
| Constructor Summary | |
|---|---|
LoginConfig()
|
|
| Method Summary | |
|---|---|
void |
addVetoableChangeListener(String param0,
VetoableChangeListener param1)
|
void |
addVetoableChangeListener(VetoableChangeListener param0)
|
AuthMethod |
getAuthMethod()
Gets the value of the authMethod property. |
FormLoginConfig |
getFormLoginConfig()
Gets the value of the formLoginConfig property. |
String |
getId()
Gets the value of the id property. |
RealmName |
getRealmName()
Gets the value of the realmName property. |
void |
removeVetoableChangeListener(String param0,
VetoableChangeListener param1)
|
void |
removeVetoableChangeListener(VetoableChangeListener param0)
|
void |
setAuthMethod(AuthMethod value)
Sets the value of the authMethod property. |
void |
setFormLoginConfig(FormLoginConfig value)
Sets the value of the formLoginConfig property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setRealmName(RealmName 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 id
protected AuthMethod authMethod
protected RealmName realmName
protected FormLoginConfig formLoginConfig
| Constructor Detail |
|---|
public LoginConfig()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic AuthMethod getAuthMethod()
AuthMethodpublic void setAuthMethod(AuthMethod value)
value - allowed object is
AuthMethodpublic RealmName getRealmName()
RealmNamepublic void setRealmName(RealmName value)
value - allowed object is
RealmNamepublic FormLoginConfig getFormLoginConfig()
FormLoginConfigpublic void setFormLoginConfig(FormLoginConfig value)
value - allowed object is
FormLoginConfigpublic void addVetoableChangeListener(VetoableChangeListener param0)
public void addVetoableChangeListener(String param0,
VetoableChangeListener param1)
public void removeVetoableChangeListener(String param0,
VetoableChangeListener param1)
public void removeVetoableChangeListener(VetoableChangeListener param0)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||