Uses of Enum
co.yellowdog.platform.model.AuthenticationProvider
Packages that use AuthenticationProvider
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of AuthenticationProvider in co.yellowdog.platform.model
Subclasses with type arguments of type AuthenticationProvider in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return AuthenticationProviderModifier and TypeMethodDescriptionExternalUser.getAuthenticationProvider()
static AuthenticationProvider
Returns the enum constant of this type with the specified name.static AuthenticationProvider[]
AuthenticationProvider.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in co.yellowdog.platform.model with parameters of type AuthenticationProviderModifier and TypeMethodDescriptionvoid
ExternalUser.setAuthenticationProvider
(AuthenticationProvider authenticationProvider)