| Package | Description |
|---|---|
| com.unboundid.scim.data | |
| com.unboundid.scim.sdk |
| Modifier and Type | Field and Description |
|---|---|
static AttributeValueResolver<AuthenticationScheme> |
AuthenticationScheme.AUTHENTICATION_SCHEME_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from AuthenticationScheme instances. |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationScheme |
AuthenticationScheme.createBasic(boolean primary)
Convenience method that creates a new AuthenticationScheme instances for
HTTP BASIC.
|
static AuthenticationScheme |
AuthenticationScheme.createOAuth2(boolean primary)
Convenience method that creates a new AuthenticationScheme instances for
OAuth 2.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<AuthenticationScheme> |
ServiceProviderConfig.getAuthenticationSchemes()
Retrieves the supported Authentication Schemes.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceProviderConfig |
ServiceProviderConfig.setAuthenticationSchemes(Collection<AuthenticationScheme> authenticationSchemes)
Sets the supported Authentication Schemes.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<AuthenticationScheme> |
SCIMBackend.getSupportedAuthenticationSchemes()
Retrieves the authentication schemes supported by this backend.
|
Copyright © 2011–2016 UnboundID. All rights reserved.