Packages

package security

Type Members

  1. trait ApiKeyAuthenticationProvider extends AuthenticationProvider with SecurityUtils

    API key implementation of AuthenticationProvider Extracts credential value from query parameters of request

  2. trait ApiKeyAuthenticationVerifier extends ApiKeyAuthenticationProvider with AuthenticationService with CredentialsVerifier with SecurityUtils

    Verify if user can authenticate using provided API keys

  3. class ApiKeyAuthenticationVerifierImpl extends ApiKeyAuthenticationVerifier

    Implementation of ApiKeyAuthenticationVerifier that verifies on a list of hashed keys

  4. class NoSecurity extends AuthenticationService with AuthenticationProvider with CredentialsVerifier

    Does not perform authorization or authentication operations meaning it will allow every user to access server

Ungrouped