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

java.lang.Object
  extended by com.sun.grizzly.http.webxml.schema.LoginConfig

public class LoginConfig
extends Object


Field Summary
 String authMethod
           
 FormLoginConfig formLoginConfig
           
 String realmName
           
 
Constructor Summary
LoginConfig()
           
 
Method Summary
 String getAuthMethod()
           
 FormLoginConfig getFormLoginConfig()
           
 String getRealmName()
           
 void setAuthMethod(String authMethod)
           
 void setFormLoginConfig(FormLoginConfig formLoginConfig)
           
 void setRealmName(String realmName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

authMethod

public String authMethod

realmName

public String realmName

formLoginConfig

public FormLoginConfig formLoginConfig
Constructor Detail

LoginConfig

public LoginConfig()
Method Detail

getAuthMethod

public String getAuthMethod()

setAuthMethod

public void setAuthMethod(String authMethod)

getRealmName

public String getRealmName()

setRealmName

public void setRealmName(String realmName)

getFormLoginConfig

public FormLoginConfig getFormLoginConfig()

setFormLoginConfig

public void setFormLoginConfig(FormLoginConfig formLoginConfig)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.