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