|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.kernel.security.Initializer
Initializes security properties.
Deprecated feature: Provides access to URLs for standard pages.
Field Summary | |
static String |
AUTO_REGISTRATION_ON_PARAM
When this is on new users get automatically redirected to the create new user form |
static String |
CHANGE_PAGE_KEY
Key for the change-password page. |
static String |
COOKIES_PAGE_KEY
Key for the explain-cookies page. |
static String |
EDIT_PAGE_KEY
Key for the user edit page. |
static String |
EXCLUDED_EXTENSIONS_PARAM
Parameter name for excluded URI extensions. |
static String |
EXPIRED_PAGE_KEY
Key for the login-expired page. |
static String |
LOGIN_CONFIG_PARAM
Parameter name for login configuration. |
static String |
LOGIN_PAGE_KEY
Key for the login page. |
static String |
LOGIN_REDIRECT_PAGE_KEY
Key for the login redirect url. |
static String |
LOGOUT_PAGE_KEY
Key for the logout page. |
static String |
NEWUSER_PAGE_KEY
Key for the new user page. |
static String |
PERM_SINGLE_PAGE_KEY
Key for the single-permission page. |
static String |
PERMISSION_PAGE_KEY
Key for the admin-permission page. |
static String |
RECOVER_PAGE_KEY
Key for the recover-password page. |
static String |
ROOT_PAGE_KEY
Key for the root page of the site. |
static int |
SECRET_KEY_BYTES
Size of secret key in bytes. |
static String |
SECURITY_HELPER_PARAM
Parameter name for security helper class name. |
static String |
SESSION_TRACKING_PARAM
Obsolete parameter name for session tracking method. |
static String |
versionId
|
static String |
WORKSPACE_PAGE_KEY
Key for the workspace page. |
Constructor Summary | |
Initializer()
|
Method Summary | |
static boolean |
getAutoRegistrationOn()
|
Configuration |
getConfiguration()
Returns the configuration object used by this initializer. |
static Iterator |
getExcludedExtensions()
Deprecated. To be moved into a utility class. |
static String |
getFullURL(String key,
javax.servlet.http.HttpServletRequest req)
Returns the absolute URL associated with the given key. |
static SecurityHelper |
getSecurityHelper()
Deprecated. Moved into Util |
static String |
getURL(String key)
Deprecated. To be replaced by package parameters. |
void |
shutdown()
Called on shutdown. |
void |
startup()
Called on startup. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String versionId
public static String SESSION_TRACKING_PARAM
public static String LOGIN_CONFIG_PARAM
public static String SECURITY_HELPER_PARAM
public static String EXCLUDED_EXTENSIONS_PARAM
public static int SECRET_KEY_BYTES
public static String AUTO_REGISTRATION_ON_PARAM
public static String ROOT_PAGE_KEY
public static String EDIT_PAGE_KEY
public static String LOGIN_PAGE_KEY
public static String NEWUSER_PAGE_KEY
public static String LOGOUT_PAGE_KEY
public static String COOKIES_PAGE_KEY
public static String EXPIRED_PAGE_KEY
public static String CHANGE_PAGE_KEY
public static String RECOVER_PAGE_KEY
public static String WORKSPACE_PAGE_KEY
public static String LOGIN_REDIRECT_PAGE_KEY
public static String PERMISSION_PAGE_KEY
public static String PERM_SINGLE_PAGE_KEY
Constructor Detail |
public Initializer() throws InitializationException
Method Detail |
public Configuration getConfiguration()
Initializer
getConfiguration
in interface Initializer
public static boolean getAutoRegistrationOn()
public void startup() throws InitializationException
Initializer
startup
in interface Initializer
InitializationException
public static Iterator getExcludedExtensions()
public static SecurityHelper getSecurityHelper()
Util
public static String getURL(String key)
getFullURL(String, HttpServletRequest)
public static String getFullURL(String key, javax.servlet.http.HttpServletRequest req)
getURL(String)
public void shutdown() throws InitializationException
Initializer
shutdown
in interface Initializer
InitializationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |