EntityApiAuthenticator |
Authenticator for retrieving UserProfile s by validating username password credentials against an entity
authenticator given by UUID over the API.
|
InternalTokenAuthenticator |
Authenticator that validates the token and checks if the token is cached.
|
InternalUserAuthenticator |
Authenticator for retrieving UserProfile s by validating formcycle user credentials.
|
PasswordAuthenticator |
Authenticator for checking a given password against password credentials.
|
RequiredJWTIssuerAuthenticator |
Default JWT authenticator that requires a specific issuer .
|
SuperUserAuthenticator |
Authenticator for retrieving the SUPER USER UserProfile by validating the credentials.
|