|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.metadata.javaee.support.IdMetaDataImpl
org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions
org.jboss.metadata.ejb.jboss.IORASContextMetaData
public class IORASContextMetaData
IORASContextMetaData. TODO LAST enums
| Field Summary | |
|---|---|
static String |
AUTH_METHOD_NONE
None |
static String |
AUTH_METHOD_USERNAME_PASSWORD
Username and password |
| Constructor Summary | |
|---|---|
IORASContextMetaData()
|
|
| Method Summary | |
|---|---|
String |
getAuthMethod()
Get the authMethod. |
String |
getRealm()
Get the realm. |
boolean |
isRequired()
Get the required. |
void |
setAuthMethod(String authMethod)
Set the authMethod. |
void |
setRealm(String realm)
Set the realm. |
void |
setRequired(boolean required)
Set the required. |
| Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions |
|---|
getDescriptions, merge, setDescriptions |
| Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl |
|---|
clone, equals, getId, hashCode, merge, setId |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String AUTH_METHOD_USERNAME_PASSWORD
public static final String AUTH_METHOD_NONE
| Constructor Detail |
|---|
public IORASContextMetaData()
| Method Detail |
|---|
public String getAuthMethod()
public void setAuthMethod(String authMethod)
authMethod - the authMethod.
IllegalArgumentException - for a null authMethodpublic String getRealm()
public void setRealm(String realm)
realm - the realm.
IllegalArgumentException - for a null realmpublic boolean isRequired()
public void setRequired(boolean required)
required - the required.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||