Package play.mvc

Class Security.AuthenticatedAction

  • Enclosing class:
    Security

    public static class Security.AuthenticatedAction
    extends Action<Security.Authenticated>
    Wraps another action, allowing only authenticated HTTP requests.

    The user name is retrieved from the session cookie, and added to the HTTP request's username attribute.