|
||||||||||
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()
String
public void setId(String value)
value
- allowed object is
String
public AuthMethod getAuthMethod()
AuthMethod
public void setAuthMethod(AuthMethod value)
value
- allowed object is
AuthMethod
public RealmName getRealmName()
RealmName
public void setRealmName(RealmName value)
value
- allowed object is
RealmName
public FormLoginConfig getFormLoginConfig()
FormLoginConfig
public void setFormLoginConfig(FormLoginConfig value)
value
- allowed object is
FormLoginConfig
public 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 |