Package com.datahub.authentication
Class Authentication
java.lang.Object
com.datahub.authentication.Authentication
Class representing an authenticated actor accessing DataHub.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Authentication
-
Authentication
-
-
Method Details
-
getActor
- Returns:
- Returns the authenticated actor
-
getCredentials
- Returns:
- Returns the credentials associated with the current request (e.g. the value of the "Authorization" header)
-
getClaims
- Returns:
- Returns an arbitrary set of claims resolved by the Authenticator
-