org.apache.openejb.jee.sun
Class AsContext
java.lang.Object
org.apache.openejb.jee.sun.AsContext
public class AsContext
- extends java.lang.Object
Field Summary |
protected java.lang.String |
authMethod
|
protected java.lang.String |
realm
|
protected java.lang.String |
required
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
authMethod
protected java.lang.String authMethod
realm
protected java.lang.String realm
required
protected java.lang.String required
AsContext
public AsContext()
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)
getRequired
public java.lang.String getRequired()
setRequired
public void setRequired(java.lang.String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.