Uses of Class
de.captaingoldfish.scim.sdk.common.resources.multicomplex.AuthenticationScheme
-
Packages that use AuthenticationScheme Package Description de.captaingoldfish.scim.sdk.common.exceptions de.captaingoldfish.scim.sdk.common.resources -
-
Uses of AuthenticationScheme in de.captaingoldfish.scim.sdk.common.exceptions
Constructors in de.captaingoldfish.scim.sdk.common.exceptions with parameters of type AuthenticationScheme Constructor Description UnauthenticatedException(String message, AuthenticationScheme authenticationScheme, String realm)Constructor parameters in de.captaingoldfish.scim.sdk.common.exceptions with type arguments of type AuthenticationScheme Constructor Description UnauthenticatedException(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 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)
-