|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public static final java.lang.String DEFAULT_ENCRYPTION_KEY
| Method Detail |
public IAuthorizationStrategy getAuthorizationStrategy()
public CookieValuePersisterSettings getCookieValuePersisterSettings()
public ICryptFactory getCryptFactory()
public boolean getEnforceMounts()
public IUnauthorizedComponentInstantiationListener getUnauthorizedComponentInstantiationListener()
IUnauthorizedComponentInstantiationListenerpublic void setAuthorizationStrategy(IAuthorizationStrategy strategy)
strategy - new authorization strategypublic void setCookieValuePersisterSettings(CookieValuePersisterSettings cookieValuePersisterSettings)
cookieValuePersisterSettings - The cookieValuePersisterSettings to set.public void setCryptFactory(ICryptFactory cryptFactory)
cryptFactory - public void setEnforceMounts(boolean enforce)
enforce - Whether mounts should be enforcedpublic void setUnauthorizedComponentInstantiationListener(IUnauthorizedComponentInstantiationListener unauthorizedComponentInstantiationListener)
unauthorizedComponentInstantiationListener - The listener to setIUnauthorizedComponentInstantiationListener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||