Uses of Class
io.jans.scim.model.scim2.provider.config.AuthenticationScheme
-
Packages that use AuthenticationScheme Package Description io.jans.scim.model.scim2.provider.config Holds POJOs used to model the information of the "Service Provider Configuration" endpoint/ServiceProviderConfig
. -
-
Uses of AuthenticationScheme in io.jans.scim.model.scim2.provider.config
Methods in io.jans.scim.model.scim2.provider.config that return AuthenticationScheme Modifier and Type Method Description static AuthenticationScheme
AuthenticationScheme. createBasic(boolean primary)
Convenience method that creates a new AuthenticationScheme instance of type HTTP BASIC.static AuthenticationScheme
AuthenticationScheme. createOAuth2(boolean primary)
Convenience method that creates a new AuthenticationScheme instances of type OAuth 2.Methods in io.jans.scim.model.scim2.provider.config that return types with arguments of type AuthenticationScheme Modifier and Type Method Description Collection<AuthenticationScheme>
ServiceProviderConfig. getAuthenticationSchemes()
Method parameters in io.jans.scim.model.scim2.provider.config with type arguments of type AuthenticationScheme Modifier and Type Method Description void
ServiceProviderConfig. setAuthenticationSchemes(Collection<AuthenticationScheme> authenticationSchemes)
-