| Package | Description |
|---|---|
| com.unboundid.scim.sdk |
| Modifier and Type | Method and Description |
|---|---|
OAuthTokenStatus.ErrorCode |
OAuthTokenStatus.getErrorCode()
Gets the specified ErrorCode for this OAuthTokenStatus.
|
static OAuthTokenStatus.ErrorCode |
OAuthTokenStatus.ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuthTokenStatus.ErrorCode[] |
OAuthTokenStatus.ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OAuthTokenStatus(OAuthTokenStatus.ErrorCode errorCode)
Constructs an OAuthTokenStatus with the given ErrorCode.
|
OAuthTokenStatus(OAuthTokenStatus.ErrorCode errorCode,
String errorDescription)
Constructs an OAuthTokenStatus with the given ErrorCode and error
description.
|
OAuthTokenStatus(OAuthTokenStatus.ErrorCode errorCode,
String errorDescription,
String scope)
Constructs an OAuthTokenStatus with the given ErrorCode, error
description, and scope value.
|
Copyright © 2011–2016 UnboundID. All rights reserved.