| Package | Description |
|---|---|
| com.unboundid.scim.sdk |
| Modifier and Type | Method and Description |
|---|---|
OAuthToken |
OAuthTokenHandler.decodeOAuthToken(String rawTokenValue)
Creates an
OAuthToken instance from the incoming token value. |
| Modifier and Type | Method and Description |
|---|---|
String |
OAuthTokenHandler.getAuthzDN(OAuthToken token)
Extracts the DN of the authorization entry (for which to apply access
controls) from the incoming token.
|
boolean |
OAuthTokenHandler.isTokenAuthentic(OAuthToken token)
Determines whether the incoming token is authentic (i.e.
|
boolean |
OAuthTokenHandler.isTokenExpired(OAuthToken token)
Determines whether the given token is expired.
|
boolean |
OAuthTokenHandler.isTokenForThisServer(OAuthToken token)
Determines whether the incoming token is targeted for this server.
|
OAuthTokenStatus |
OAuthTokenHandler.validateToken(OAuthToken token,
SCIMRequest scimRequest)
Determines whether the incoming token is valid for the given request.
|
| Constructor and Description |
|---|
SCIMService(URI baseUrl,
OAuthToken oAuthToken)
Constructs a new SCIMService with OAuth authentication support
using the provided credentials.
|
Copyright © 2011–2016 UnboundID. All rights reserved.