public class Constants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BASIC_METHOD |
static String |
CERT_METHOD |
static String |
CONFIDENTIAL_TRANSPORT |
static String |
DIGEST_METHOD |
static String |
FORM_ACTION |
static String |
FORM_METHOD |
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 |
INTEGRAL_TRANSPORT |
static String |
NONE_TRANSPORT |
static String |
Package |
static String |
REQ_PASSWORD_NOTE
The notes key for the password used to authenticate this user.
|
static String |
REQ_SSO_VERSION_NOTE
The notes key to track the single-sign-on version with which this
request is associated.
|
static String |
REQ_SSOID_NOTE
The notes key to track the single-sign-on identity with which this
request is associated.
|
static String |
REQ_USERNAME_NOTE
The notes key for the username used to authenticate this user.
|
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 |
SINGLE_SIGN_ON_VERSION_COOKIE |
| Constructor and Description |
|---|
Constants() |
public static final String Package
public static final String BASIC_METHOD
public static final String CERT_METHOD
public static final String DIGEST_METHOD
public static final String FORM_METHOD
public static final String NONE_TRANSPORT
public static final String INTEGRAL_TRANSPORT
public static final String CONFIDENTIAL_TRANSPORT
public static final String FORM_ACTION
public static final String FORM_PASSWORD
public static final String FORM_USERNAME
public static final String SINGLE_SIGN_ON_COOKIE
public static final String SINGLE_SIGN_ON_VERSION_COOKIE
public static final String REQ_PASSWORD_NOTE
public static final String REQ_USERNAME_NOTE
public static final String REQ_SSOID_NOTE
public static final String REQ_SSO_VERSION_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 © 2017. All rights reserved.