public class AsContext
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
authMethod |
protected java.lang.String |
realm |
protected java.lang.String |
required |
| Constructor and Description |
|---|
AsContext() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected java.lang.String authMethod
protected java.lang.String realm
protected java.lang.String required
public java.lang.String getAuthMethod()
Stringpublic void setAuthMethod(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRealm()
Stringpublic void setRealm(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRequired()
Stringpublic void setRequired(java.lang.String value)
value - allowed object is
String