public interface SecurityContext
| Modifier and Type | Field and Description |
|---|---|
static String |
BASIC_AUTH |
static String |
CLIENT_CERT_AUTH |
static String |
DIGEST_AUTH |
static String |
FORM_AUTH |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationScheme() |
Principal |
getUserPrincipal() |
boolean |
isSecure() |
boolean |
isUserInRole(String role) |
static final String BASIC_AUTH
static final String CLIENT_CERT_AUTH
static final String DIGEST_AUTH
static final String FORM_AUTH
Copyright © 2018 The Apache Software Foundation. All rights reserved.