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()
String
public void setAuthMethod(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRealm()
String
public void setRealm(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRequired()
String
public void setRequired(java.lang.String value)
value
- allowed object is
String