|
||||||||||
| 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 String |
DEFAULT_ENCRYPTION_KEY
encryption key used by default crypt factory |
| Method Summary | |
|---|---|
IAuthenticationStrategy |
getAuthenticationStrategy()
Gets the authentication strategy. |
IAuthorizationStrategy |
getAuthorizationStrategy()
Gets the authorization strategy. |
ICryptFactory |
getCryptFactory()
|
boolean |
getEnforceMounts()
Gets whether mounts should be enforced. |
IUnauthorizedComponentInstantiationListener |
getUnauthorizedComponentInstantiationListener()
|
void |
setAuthenticationStrategy(IAuthenticationStrategy strategy)
Sets the authentication strategy. |
void |
setAuthorizationStrategy(IAuthorizationStrategy strategy)
Sets the authorization strategy. |
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 String DEFAULT_ENCRYPTION_KEY
| Method Detail |
|---|
IAuthorizationStrategy getAuthorizationStrategy()
IAuthenticationStrategy getAuthenticationStrategy()
ICryptFactory getCryptFactory()
boolean getEnforceMounts()
IUnauthorizedComponentInstantiationListener getUnauthorizedComponentInstantiationListener()
IUnauthorizedComponentInstantiationListenervoid setAuthorizationStrategy(IAuthorizationStrategy strategy)
strategy - new authorization strategyvoid setAuthenticationStrategy(IAuthenticationStrategy strategy)
strategy - new authentication strategyvoid 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 | |||||||||