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