public class IORASContextMetaData extends IdMetaDataImplWithDescriptions
Modifier and Type | Field and Description |
---|---|
static String |
AUTH_METHOD_NONE
None
|
static String |
AUTH_METHOD_USERNAME_PASSWORD
Username and password
|
Constructor and Description |
---|
IORASContextMetaData() |
Modifier and Type | Method and Description |
---|---|
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.
|
getDescriptions, setDescriptions
public static final String AUTH_METHOD_USERNAME_PASSWORD
public static final String AUTH_METHOD_NONE
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.Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.