Attributes
- Companion
- object
- Source
- SignedCookieAuthenticator.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Handles the embedding of the authenticator (if necessary) in the response, and any other actions that should happen after a request related to authenticators
Handles the embedding of the authenticator (if necessary) in the response, and any other actions that should happen after a request related to authenticators
Attributes
- Returns
- Source
- SignedCookieAuthenticator.scala
Create an authenticator from an identifier.
Create an authenticator from an identifier.
Attributes
- Returns
- Source
- SignedCookieAuthenticator.scala
Delete an authenticator from a backing store, or invalidate it.
Delete an authenticator from a backing store, or invalidate it.
Attributes
- Returns
- Source
- SignedCookieAuthenticator.scala
Embed an authenticator directly into a response.
Embed an authenticator directly into a response. Particularly useful for adding an authenticator into unauthenticated actions
Attributes
- Returns
- Source
- SignedCookieAuthenticator.scala
Attempt to retrieve the raw representation of an A This is primarily useful when attempting to combine AuthenticatorService, to be able to evaluate an endpoint with more than one token type.
Attempt to retrieve the raw representation of an A This is primarily useful when attempting to combine AuthenticatorService, to be able to evaluate an endpoint with more than one token type. or simply just to prod whether the request is malformed.
Attributes
- Returns
- Source
- SignedCookieAuthenticator.scala
Parse the raw representation from extractRawOption
Parse the raw representation from extractRawOption
Attributes
Renew an authenticator: Reset it's expiry and whatnot.
Renew an authenticator: Reset it's expiry and whatnot.
Attributes
- Returns
- Source
- SignedCookieAuthenticator.scala
Update the altered authenticator
Inherited methods
Return a secured request from a request, that carries our authenticator
Return a secured request from a request, that carries our authenticator
Attributes
- Returns
- Inherited from:
- Authenticator
- Source
- Authenticator.scala
Refresh an authenticator: Primarily used for sliding window expiration
Refresh an authenticator: Primarily used for sliding window expiration
Attributes
- Returns
- Inherited from:
- Authenticator
- Source
- Authenticator.scala