org.apache.openejb.jee.jba
Class AsContext

java.lang.Object
  extended by org.apache.openejb.jee.jba.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
           
 
Constructor Summary
AsContext()
           
 
Method Summary
 java.lang.String getAuthMethod()
          Gets the value of the authMethod property.
 java.lang.String getRealm()
          Gets the value of the realm property.
 java.lang.String getRequired()
          Gets the value of the required property.
 void setAuthMethod(java.lang.String value)
          Sets the value of the authMethod property.
 void setRealm(java.lang.String value)
          Sets the value of the realm property.
 void setRequired(java.lang.String value)
          Sets the value of the required property.
 
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

required

protected java.lang.String required
Constructor Detail

AsContext

public AsContext()
Method Detail

getAuthMethod

public java.lang.String getAuthMethod()
Gets the value of the authMethod property.

Returns:
possible object is String

setAuthMethod

public void setAuthMethod(java.lang.String value)
Sets the value of the authMethod property.

Parameters:
value - allowed object is String

getRealm

public java.lang.String getRealm()
Gets the value of the realm property.

Returns:
possible object is String

setRealm

public void setRealm(java.lang.String value)
Sets the value of the realm property.

Parameters:
value - allowed object is String

getRequired

public java.lang.String getRequired()
Gets the value of the required property.

Returns:
possible object is String

setRequired

public void setRequired(java.lang.String value)
Sets the value of the required property.

Parameters:
value - allowed object is String


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