Package org.apache.openejb.jee.jba
Class AsContext
- java.lang.Object
-
- org.apache.openejb.jee.jba.AsContext
-
public class AsContext extends Object
-
-
Constructor Summary
Constructors Constructor Description AsContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthMethod()Gets the value of the authMethod property.StringgetRealm()Gets the value of the realm property.StringgetRequired()Gets the value of the required property.voidsetAuthMethod(String value)Sets the value of the authMethod property.voidsetRealm(String value)Sets the value of the realm property.voidsetRequired(String value)Sets the value of the required property.
-
-
-
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 isString
-
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 isString
-
getRequired
public String getRequired()
Gets the value of the required property.- Returns:
- possible object is
String
-
-