public class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_JAAS_CONF |
static String |
DEFAULT_KRB5_CONF |
static String |
DEFAULT_LOGIN_MODULE_NAME |
static String |
FORM_ACTION |
static String |
FORM_PASSWORD |
static String |
FORM_PRINCIPAL_NOTE
The previously authenticated principal (if caching is disabled).
|
static String |
FORM_REQUEST_NOTE
The original request information, to which the user will be
redirected if authentication succeeds.
|
static String |
FORM_USERNAME |
static String |
JAAS_CONF_PROPERTY |
static String |
KRB5_CONF_PROPERTY |
static String |
Package |
static String |
REQ_SSOID_NOTE
The notes key to track the single-sign-on identity with which this
request is associated.
|
static String |
SESS_PASSWORD_NOTE
The notes key for the password used to authenticate this user.
|
static String |
SESS_USERNAME_NOTE
The notes key for the username used to authenticate this user.
|
static String |
SINGLE_SIGN_ON_COOKIE |
static String |
SPNEGO_METHOD |
static String |
USE_SUBJECT_CREDS_ONLY_PROPERTY |
Constructor and Description |
---|
Constants() |
public static final String Package
public static final String SPNEGO_METHOD
public static final String FORM_ACTION
public static final String FORM_PASSWORD
public static final String FORM_USERNAME
public static final String KRB5_CONF_PROPERTY
public static final String DEFAULT_KRB5_CONF
public static final String JAAS_CONF_PROPERTY
public static final String DEFAULT_JAAS_CONF
public static final String DEFAULT_LOGIN_MODULE_NAME
public static final String USE_SUBJECT_CREDS_ONLY_PROPERTY
public static final String SINGLE_SIGN_ON_COOKIE
public static final String REQ_SSOID_NOTE
public static final String SESS_PASSWORD_NOTE
public static final String SESS_USERNAME_NOTE
public static final String FORM_PRINCIPAL_NOTE
public static final String FORM_REQUEST_NOTE
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.