com.sun.grizzly.http.webxml.schema.version_2_2
Class LoginConfig

java.lang.Object
  extended by com.sun.grizzly.http.webxml.schema.version_2_2.LoginConfig
All Implemented Interfaces:
Serializable

public class LoginConfig
extends Object
implements Serializable

See Also:
Serialized Form

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

id

protected String id

authMethod

protected AuthMethod authMethod

realmName

protected RealmName realmName

formLoginConfig

protected FormLoginConfig formLoginConfig
Constructor Detail

LoginConfig

public LoginConfig()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getAuthMethod

public AuthMethod getAuthMethod()
Gets the value of the authMethod property.

Returns:
possible object is AuthMethod

setAuthMethod

public void setAuthMethod(AuthMethod value)
Sets the value of the authMethod property.

Parameters:
value - allowed object is AuthMethod

getRealmName

public RealmName getRealmName()
Gets the value of the realmName property.

Returns:
possible object is RealmName

setRealmName

public void setRealmName(RealmName value)
Sets the value of the realmName property.

Parameters:
value - allowed object is RealmName

getFormLoginConfig

public FormLoginConfig getFormLoginConfig()
Gets the value of the formLoginConfig property.

Returns:
possible object is FormLoginConfig

setFormLoginConfig

public void setFormLoginConfig(FormLoginConfig value)
Sets the value of the formLoginConfig property.

Parameters:
value - allowed object is FormLoginConfig

addVetoableChangeListener

public void addVetoableChangeListener(VetoableChangeListener param0)

addVetoableChangeListener

public void addVetoableChangeListener(String param0,
                                      VetoableChangeListener param1)

removeVetoableChangeListener

public void removeVetoableChangeListener(String param0,
                                         VetoableChangeListener param1)

removeVetoableChangeListener

public void removeVetoableChangeListener(VetoableChangeListener param0)


Copyright © 2012 Oracle Corporation. All Rights Reserved.