|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.jba.AsContext
public class AsContext
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 |
---|
protected String authMethod
protected String realm
protected String required
Constructor Detail |
---|
public AsContext()
Method Detail |
---|
public String getAuthMethod()
String
public void setAuthMethod(String value)
value
- allowed object is
String
public String getRealm()
String
public void setRealm(String value)
value
- allowed object is
String
public String getRequired()
String
public void setRequired(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |