package security
Type Members
-
trait
ApiKeyAuthenticationProvider extends AuthenticationProvider with SecurityUtils
API key implementation of AuthenticationProvider Extracts credential value from query parameters of request
-
trait
ApiKeyAuthenticationVerifier extends ApiKeyAuthenticationProvider with AuthenticationService with CredentialsVerifier with SecurityUtils
Verify if user can authenticate using provided API keys
-
class
ApiKeyAuthenticationVerifierImpl extends ApiKeyAuthenticationVerifier
Implementation of ApiKeyAuthenticationVerifier that verifies on a list of hashed keys
-
class
NoSecurity extends AuthenticationService with AuthenticationProvider with CredentialsVerifier
Does not perform authorization or authentication operations meaning it will allow every user to access server