public class AsContext extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
authMethod |
protected String |
realm |
protected String |
required |
| Constructor and Description |
|---|
AsContext() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected String authMethod
protected String realm
protected String required
public String getAuthMethod()
Stringpublic void setAuthMethod(String value)
value - allowed object is
Stringpublic String getRealm()
Stringpublic void setRealm(String value)
value - allowed object is
Stringpublic String getRequired()
StringCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.