org.apache.openejb.jee.jba
Class AsContext

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

public class AsContext
extends Object


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

realm

protected String realm

required

protected String required
Constructor Detail

AsContext

public AsContext()
Method Detail

getAuthMethod

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

Returns:
possible object is String

setAuthMethod

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

Parameters:
value - allowed object is String

getRealm

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

Returns:
possible object is String

setRealm

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

Parameters:
value - allowed object is String

getRequired

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

Returns:
possible object is String

setRequired

public void setRequired(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.