Uses of Class
de.captaingoldfish.scim.sdk.common.resources.multicomplex.AuthenticationScheme
Packages that use AuthenticationScheme
Package
Description
-
Uses of AuthenticationScheme in de.captaingoldfish.scim.sdk.common.exceptions
Constructors in de.captaingoldfish.scim.sdk.common.exceptions with parameters of type AuthenticationSchemeModifierConstructorDescriptionUnauthenticatedException(String message, AuthenticationScheme authenticationScheme, String realm) Constructor parameters in de.captaingoldfish.scim.sdk.common.exceptions with type arguments of type AuthenticationSchemeModifierConstructorDescriptionUnauthenticatedException(String message, List<AuthenticationScheme> authenticationScheme, String realm) -
Uses of AuthenticationScheme in de.captaingoldfish.scim.sdk.common.resources
Methods in de.captaingoldfish.scim.sdk.common.resources that return types with arguments of type AuthenticationSchemeModifier and TypeMethodDescriptionServiceProvider.getAuthenticationSchemes()A multi-valued complex type that specifies supported authentication scheme properties.Method parameters in de.captaingoldfish.scim.sdk.common.resources with type arguments of type AuthenticationSchemeModifier and TypeMethodDescriptionServiceProvider.ServiceProviderBuilder.authenticationSchemes(List<AuthenticationScheme> authenticationSchemes) voidServiceProvider.setAuthenticationSchemes(List<AuthenticationScheme> authenticationSchemes) A multi-valued complex type that specifies supported authentication scheme properties.Constructor parameters in de.captaingoldfish.scim.sdk.common.resources with type arguments of type AuthenticationSchemeModifierConstructorDescriptionServiceProvider(String documentationUri, PatchConfig patchConfig, ChangePasswordConfig changePasswordConfig, SortConfig sortConfig, ETagConfig eTagConfig, FilterConfig filterConfig, BulkConfig bulkConfig, List<AuthenticationScheme> authenticationSchemes, ForkJoinPool forkJoinPool, boolean caseInsensitiveValidation, boolean useDefaultValuesOnRequest, boolean useDefaultValuesOnResponse, Boolean ignoreRequiredAttributesOnResponse, Boolean ignoreRequiredExtensionsOnResponse, boolean lenientContentTypeChecking) -
Uses of AuthenticationScheme in de.captaingoldfish.scim.sdk.common.resources.multicomplex
Methods in de.captaingoldfish.scim.sdk.common.resources.multicomplex that return AuthenticationScheme