| ApiTokens |
All JATOS GUI endpoints concerning API tokens (personal access tokens)
|
| ApiTokensTest |
Unit tests for ApiTokens controller.
|
| AuthAction |
This class defines the AuthAction.Auth annotation used in JATOS GUI and JATOS API.
|
| AuthAction.AuthMethod.AuthResult |
Result of an authentication attempt.
|
| AuthApiToken |
Authentication via personal access tokens (API tokens) that can be used with JATOS API.
|
| AuthApiTokenTest |
Unit tests for AuthApiToken.
|
| AuthService |
Service class around authentication and the session cookie.
|
| AuthServiceTest |
Unit tests for AuthService.
|
| AuthSessionCookie |
This class defines authentication via session cookies (which is the default authentication in the Play Framework).
|
| AuthSessionCookieTest |
Unit tests for AuthSessionCookie.
|
| Signin |
Controller that deals with authentication for users stored in JATOS' DB and users authenticated by LDAP.
|
| Signin.SigninData |
Simple model class needed for sign-in template
|
| SigninBasicOidc |
|
| SigninConext |
Sign-in using SURFconext (surfconext.nl) based on OpenID Connect (OIDC).
|
| SigninGoogle |
Class that handles the sign-in of users via Google OIDC sign-in button.
|
| SigninGoogleTest |
Unit tests for SigninGoogle controller.
|
| SigninLdap |
|
| SigninOidc |
OpenID Connect (OIDC) authentication using Authorization Code Flow with Proof Key for Code Exchange (PKCE).
|
| SigninOidc.OidcConfig |
Configuration needed for an OIDC auth implementation
|
| SigninOidcTest |
Unit tests for SigninOidc base class.
|
| SigninOrcid |
Sign-in using ORCID (orcid.org) based on OpenID Connect (OIDC)
|
| SigninSram |
Sign-in using SRAM (sram.surf.nl) based on OpenID Connect (OIDC).
|
| SigninTest |
Unit tests for Signin controller.
|