Package | Description |
---|---|
oracle.wsm.common.sdk |
Modifier and Type | Field and Description |
---|---|
IMessageContext.AuthMethodEnum |
MessageContext.authenticationMethod |
Modifier and Type | Method and Description |
---|---|
IMessageContext.AuthMethodEnum |
IMessageContext.getAuthenticationMethod()
This method returns the authentication method used to authentication.
|
IMessageContext.AuthMethodEnum |
MessageContext.getAuthenticationMethod() |
static IMessageContext.AuthMethodEnum |
IMessageContext.AuthMethodEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IMessageContext.AuthMethodEnum[] |
IMessageContext.AuthMethodEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|