org.apache.openejb.jee
Class LoginConfigType

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

public class LoginConfigType
extends java.lang.Object


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

Field Detail

authMethod

protected java.lang.String authMethod

realmName

protected java.lang.String realmName

formLoginConfig

protected FormLoginConfig formLoginConfig

id

protected java.lang.String id
Constructor Detail

LoginConfigType

public LoginConfigType()
Method Detail

getAuthMethod

public java.lang.String getAuthMethod()

setAuthMethod

public void setAuthMethod(java.lang.String value)

getRealmName

public java.lang.String getRealmName()

setRealmName

public void setRealmName(java.lang.String value)

getFormLoginConfig

public FormLoginConfig getFormLoginConfig()

setFormLoginConfig

public void setFormLoginConfig(FormLoginConfig value)

getId

public java.lang.String getId()

setId

public void setId(java.lang.String value)


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