org.apache.openejb.jee.sun
Class AsContext

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

public class AsContext
extends Object


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

required

protected String required
Constructor Detail

AsContext

public AsContext()
Method Detail

getAuthMethod

public String getAuthMethod()

setAuthMethod

public void setAuthMethod(String value)

getRealm

public String getRealm()

setRealm

public void setRealm(String value)

getRequired

public String getRequired()

setRequired

public void setRequired(String value)


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