public class AuthConstants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AUTH_COOKIE_NAME
Name of the authorization cookie
|
static java.lang.String |
AUTH_SESSION_ATTR_NAME
Name of session attribute indicates user is authorized
|
static java.lang.String |
LOGIN_PAGE
Array of urls required for authorization.
|
static java.lang.String |
LOGIN_REFER_PAGE_SESSION_ATTR_NAME
Name of session attribute.
|
| Constructor and Description |
|---|
AuthConstants() |
public static java.lang.String AUTH_COOKIE_NAME
public static java.lang.String AUTH_SESSION_ATTR_NAME
public static java.lang.String LOGIN_REFER_PAGE_SESSION_ATTR_NAME
public static java.lang.String LOGIN_PAGE
Copyright © 2010-2020 anotheria.net. All Rights Reserved.