ScentryStrategy
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class BasicAuthStrategy[UserType]
Members list
Value members
Abstract methods
Perform the authentication for this strategy
Perform the authentication for this strategy
Attributes
- Returns
-
a UserType option where None indicates auth failure
Concrete methods
Perform stuff after authentication only run when the module is valid
Perform stuff after authentication only run when the module is valid
Attributes
Perform stuff after fetching and serializing the user from session
Perform stuff after fetching and serializing the user from session
Attributes
Perform stuff after logging the user out and invalidating the session
Perform stuff after logging the user out and invalidating the session
Attributes
Perform stuff after setting the user in the session
Perform stuff after setting the user in the session
Attributes
Perform stuff before authenticating, only run when the module is valid
Perform stuff before authenticating, only run when the module is valid
Attributes
Perform stuff before fetching and serializing the user from session
Perform stuff before fetching and serializing the user from session
Attributes
Perform stuff before logging the user out and invalidating the session
Perform stuff before logging the user out and invalidating the session
Attributes
Perform stuff before setting the user in the session
Perform stuff before setting the user in the session
Attributes
Indicates if this strategy should be run.
Indicates if this strategy should be run.
Attributes
- Returns
-
a Boolean to indicate validity
Perform stuff when the request is unauthenticated and the strategy is valid
Perform stuff when the request is unauthenticated and the strategy is valid