SecuredRequestHandler
play.silhouette.api.actions.SecuredRequestHandler
trait SecuredRequestHandler
A secured request handler.
A handler which intercepts requests and checks if there is an authenticated user. If there is one, the execution continues and the enclosed code is invoked.
If the user is not authenticated or not authorized, the request is forwarded to the play.silhouette.api.actions.SecuredErrorHandler.onNotAuthenticated or the play.silhouette.api.actions.SecuredErrorHandler.onNotAuthorized methods.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
In this article