org.apache.openejb.jee.sun
Class LoginConfig

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

public class LoginConfig
extends Object


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

realm

protected String realm
Constructor Detail

LoginConfig

public LoginConfig()
Method Detail

getAuthMethod

public String getAuthMethod()

setAuthMethod

public void setAuthMethod(String value)

getRealm

public String getRealm()

setRealm

public void setRealm(String value)


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