Package

it.agilelab.bigdata.wasp.master

security

Permalink

package security

Visibility
  1. Public
  2. All

Type Members

  1. trait ApiKeyAuthenticationProvider extends AuthenticationProvider with SecurityUtils

    Permalink

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

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

    Permalink

    Verify if user can authenticate using provided API keys

  3. class ApiKeyAuthenticationVerifierImpl extends ApiKeyAuthenticationVerifier

    Permalink

    Implementation of ApiKeyAuthenticationVerifier that verifies on a list of hashed keys

  4. class NoSecurity extends AuthenticationService with AuthenticationProvider with CredentialsVerifier

    Permalink

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

Value Members

  1. package common

    Permalink

Ungrouped