|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISecuritySettings
Interface for security related settings
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_ENCRYPTION_KEY
encryption key used by default crypt factory |
| Method Summary | |
|---|---|
IAuthorizationStrategy |
getAuthorizationStrategy()
Gets the authorization strategy. |
CookieValuePersisterSettings |
getCookieValuePersisterSettings()
Get the defaults to be used by persistence manager |
ICryptFactory |
getCryptFactory()
|
boolean |
getEnforceMounts()
Gets whether mounts should be enforced. |
IUnauthorizedComponentInstantiationListener |
getUnauthorizedComponentInstantiationListener()
|
void |
setAuthorizationStrategy(IAuthorizationStrategy strategy)
Sets the authorization strategy. |
void |
setCookieValuePersisterSettings(CookieValuePersisterSettings cookieValuePersisterSettings)
|
void |
setCryptFactory(ICryptFactory cryptFactory)
Sets the factory that will be used to create crypt objects. |
void |
setEnforceMounts(boolean enforce)
Sets whether mounts should be enforced. |
void |
setUnauthorizedComponentInstantiationListener(IUnauthorizedComponentInstantiationListener unauthorizedComponentInstantiationListener)
|
| Field Detail |
|---|
static final java.lang.String DEFAULT_ENCRYPTION_KEY
| Method Detail |
|---|
IAuthorizationStrategy getAuthorizationStrategy()
CookieValuePersisterSettings getCookieValuePersisterSettings()
ICryptFactory getCryptFactory()
boolean getEnforceMounts()
IUnauthorizedComponentInstantiationListener getUnauthorizedComponentInstantiationListener()
IUnauthorizedComponentInstantiationListenervoid setAuthorizationStrategy(IAuthorizationStrategy strategy)
strategy - new authorization strategyvoid setCookieValuePersisterSettings(CookieValuePersisterSettings cookieValuePersisterSettings)
cookieValuePersisterSettings - The cookieValuePersisterSettings to set.void setCryptFactory(ICryptFactory cryptFactory)
cryptFactory - void setEnforceMounts(boolean enforce)
enforce - Whether mounts should be enforcedvoid setUnauthorizedComponentInstantiationListener(IUnauthorizedComponentInstantiationListener unauthorizedComponentInstantiationListener)
unauthorizedComponentInstantiationListener - The listener to setIUnauthorizedComponentInstantiationListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||