Provider
sealed class Provider
Content copied to clipboard
List of all available identity provider for Webcom applications.
Each of them has a getXXXMethod
method in the AuthenticationService class to be invoked for authenticating a user and managing authenticated users. Internal identity provider can be invoked either through AuthenticationService.getPersonalPasswordMethod or AuthenticationService.getOneTimePasswordMethod depending on the needed means to identify the user.
Types
Custom
Link copied to clipboard
Guest
Link copied to clipboard
Internal
Link copied to clipboard
class Internal(provider: AuthenticationMethod.Internal.Provider) : AuthenticationFactor.Provider
Content copied to clipboard
OAuth2
Link copied to clipboard
class OAuth2(provider: OAuth2Method.Provider) : AuthenticationFactor.Provider
Content copied to clipboard
Functions
Inheritors
AuthenticationFactor.Provider
Link copied to clipboard
AuthenticationFactor.Provider
Link copied to clipboard
AuthenticationFactor.Provider
Link copied to clipboard
AuthenticationFactor.Provider
Link copied to clipboard