java.io.Serializable, IdMetaData, WithDescriptionspublic class IORASContextMetaData extends IdMetaDataImplWithDescriptions
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
AUTH_METHOD_NONE |
None
|
static java.lang.String |
AUTH_METHOD_USERNAME_PASSWORD |
Username and password
|
| Constructor | Description |
|---|---|
IORASContextMetaData() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getAuthMethod() |
Get the authMethod.
|
java.lang.String |
getRealm() |
Get the realm.
|
boolean |
isRequired() |
Get the required.
|
void |
setAuthMethod(java.lang.String authMethod) |
Set the authMethod.
|
void |
setRealm(java.lang.String realm) |
Set the realm.
|
void |
setRequired(boolean required) |
Set the required.
|
clone, equals, getId, hashCode, setIdgetDescriptions, setDescriptionspublic static final java.lang.String AUTH_METHOD_USERNAME_PASSWORD
public static final java.lang.String AUTH_METHOD_NONE
public java.lang.String getAuthMethod()
public void setAuthMethod(java.lang.String authMethod)
authMethod - the authMethod.java.lang.IllegalArgumentException - for a null authMethodpublic java.lang.String getRealm()
public void setRealm(java.lang.String realm)
realm - the realm.java.lang.IllegalArgumentException - for a null realmpublic boolean isRequired()
public void setRequired(boolean required)
required - the required.Copyright © 2018 JBoss by Red Hat. All rights reserved.