Uses of Class
de.captaingoldfish.scim.sdk.common.resources.complex.ChangePasswordConfig
Packages that use ChangePasswordConfig
Package
Description
-
Uses of ChangePasswordConfig in de.captaingoldfish.scim.sdk.common.resources
Methods in de.captaingoldfish.scim.sdk.common.resources that return ChangePasswordConfigModifier and TypeMethodDescriptionServiceProvider.getChangePasswordConfig()A complex type that specifies configuration options related to changing a password.Methods in de.captaingoldfish.scim.sdk.common.resources with parameters of type ChangePasswordConfigModifier and TypeMethodDescriptionServiceProvider.ServiceProviderBuilder.changePasswordConfig(ChangePasswordConfig changePasswordConfig) voidServiceProvider.setChangePasswordConfig(ChangePasswordConfig changePasswordConfig) A complex type that specifies configuration options related to changing a password.Constructors in de.captaingoldfish.scim.sdk.common.resources with parameters of type ChangePasswordConfigModifierConstructorDescriptionServiceProvider(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 ChangePasswordConfig in de.captaingoldfish.scim.sdk.common.resources.complex
Methods in de.captaingoldfish.scim.sdk.common.resources.complex that return ChangePasswordConfig