| Package | Description |
|---|---|
| com.vmware.vapi.saml | |
| com.vmware.vapi.saml.exception |
| Modifier and Type | Method and Description |
|---|---|
static BundleMessageSource.Key |
BundleMessageSource.Key.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BundleMessageSource.Key[] |
BundleMessageSource.Key.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
BundleMessageSource.get(BundleMessageSource.Key key) |
| Modifier and Type | Method and Description |
|---|---|
BundleMessageSource.Key |
SsoRuntimeException.getMessageKey() |
BundleMessageSource.Key |
SsoException.getMessageKey() |
| Constructor and Description |
|---|
InvalidSignatureException(String message,
BundleMessageSource.Key messageKey,
Throwable cause) |
InvalidTimingException(String message,
BundleMessageSource.Key messageKey,
Throwable cause,
Object... messageDetails) |
InvalidTokenException(String message,
BundleMessageSource.Key messageKey,
Throwable cause,
Object... messageDetails) |
MalformedTokenException(String message,
BundleMessageSource.Key messageKey,
Throwable cause,
Object... messageDetails) |
SsoException(String message,
BundleMessageSource.Key messageKey,
Throwable cause,
Object... messageDetails)
Creates an exception
|
SsoRuntimeException(String message,
BundleMessageSource.Key messageKey,
Throwable cause,
Object... messageDetails)
Creates an exception
|
Copyright © 2016. All rights reserved.