| Package | Description |
|---|---|
| com.sap.scimono.callback.config | |
| com.sap.scimono.entity.config |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationSchemeSetting |
SCIMConfigurationCallback.getAuthSchemeSetting() |
AuthenticationSchemeSetting |
DefaultSCIMConfigurationCallback.getAuthSchemeSetting() |
| Modifier and Type | Field and Description |
|---|---|
static AuthenticationSchemeSetting |
AuthenticationSchemeSetting.HTTP_BASIC |
static AuthenticationSchemeSetting |
AuthenticationSchemeSetting.HTTP_DIGEST |
static AuthenticationSchemeSetting |
AuthenticationSchemeSetting.OAUTH |
static AuthenticationSchemeSetting |
AuthenticationSchemeSetting.OAUTH_BEARER_TOKEN |
static AuthenticationSchemeSetting |
AuthenticationSchemeSetting.OAUTH2 |
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticationSchemeSetting> |
ServiceProviderConfig.getAuthenticationSchemes() |
| Modifier and Type | Method and Description |
|---|---|
ServiceProviderConfig.Builder |
ServiceProviderConfig.Builder.addAuthenticationScheme(AuthenticationSchemeSetting authScheme) |
ServiceProviderConfig.Builder |
ServiceProviderConfig.Builder.removeAuthenticationScheme(AuthenticationSchemeSetting authScheme) |
| Constructor and Description |
|---|
ServiceProviderConfig(Meta meta,
Set<String> schemas,
String documentationUri,
PagingSetting paging,
ProviderConfigSetting patch,
ProviderConfigSetting changePassword,
ProviderConfigSetting sort,
ProviderConfigSetting etag,
FilterSetting filter,
BulkSetting bulk,
List<AuthenticationSchemeSetting> authenticationSchemes) |
Copyright © 2022 SAP SE. All rights reserved.