org.apache.openejb.jee.sun
Class LoginConfig

java.lang.Object
  extended by org.apache.openejb.jee.sun.LoginConfig

public class LoginConfig
extends java.lang.Object


Field Summary
protected  java.lang.String authMethod
           
protected  java.lang.String realm
           
 
Constructor Summary
LoginConfig()
           
 
Method Summary
 java.lang.String getAuthMethod()
           
 java.lang.String getRealm()
           
 void setAuthMethod(java.lang.String value)
           
 void setRealm(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

realm

protected java.lang.String realm
Constructor Detail

LoginConfig

public LoginConfig()
Method Detail

getAuthMethod

public java.lang.String getAuthMethod()

setAuthMethod

public void setAuthMethod(java.lang.String value)

getRealm

public java.lang.String getRealm()

setRealm

public void setRealm(java.lang.String value)


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