org.apache.openejb.jee
Class LoginConfigType

java.lang.Object
  extended by org.apache.openejb.jee.LoginConfigType

public class LoginConfigType
extends Object


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

Field Detail

authMethod

protected String authMethod

realmName

protected String realmName

formLoginConfig

protected FormLoginConfig formLoginConfig

id

protected String id
Constructor Detail

LoginConfigType

public LoginConfigType()
Method Detail

getAuthMethod

public String getAuthMethod()

setAuthMethod

public void setAuthMethod(String value)

getRealmName

public String getRealmName()

setRealmName

public void setRealmName(String value)

getFormLoginConfig

public FormLoginConfig getFormLoginConfig()

setFormLoginConfig

public void setFormLoginConfig(FormLoginConfig value)

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.