public class Security
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Security.Authenticated
Wraps the annotated action in an
AuthenticatedAction. |
static class |
Security.AuthenticatedAction
Wraps another action, allowing only authenticated HTTP requests.
|
static class |
Security.Authenticator
Handles authentication.
|
| Constructor and Description |
|---|
Security() |