Uses of Class
de.captaingoldfish.scim.sdk.common.resources.complex.ChangePasswordConfig
-
Packages that use ChangePasswordConfig Package Description de.captaingoldfish.scim.sdk.common.resources -
-
Uses of ChangePasswordConfig in de.captaingoldfish.scim.sdk.common.resources
Methods in de.captaingoldfish.scim.sdk.common.resources that return ChangePasswordConfig Modifier and Type Method Description ChangePasswordConfigServiceProvider. 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 ChangePasswordConfig Modifier and Type Method Description 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 ChangePasswordConfig Constructor Description ServiceProvider(String documentationUri, PatchConfig patchConfig, ChangePasswordConfig changePasswordConfig, SortConfig sortConfig, ETagConfig eTagConfig, FilterConfig filterConfig, BulkConfig bulkConfig, List<AuthenticationScheme> authenticationSchemes)
-