|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.idoox.security.SecurityConfigs
This class represents configuration properties for the security classes.
It can be initialized manually using init()
method or on demand
when the first getProperty
method is called.
When on demand intialization is used, the location of the property file
is determined from the idoox.security.config
system property.
If this file is not found or the property is not set, it uses default
property file included in the distribution of standalone security module.
The location of the property file can specified either as filename with path or as URL with scheme resource:. For the later case, the ClassLoader is used to load property file using classpath.
Constructor Summary | |
SecurityConfigs()
|
Method Summary | |
static SecurityConfig |
getLocalSecurityConfig(java.lang.String id)
Returns local security settings. |
static SecurityConfig |
getSecurityConfig()
Returns global security setting. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SecurityConfigs()
Method Detail |
public static SecurityConfig getSecurityConfig()
public static SecurityConfig getLocalSecurityConfig(java.lang.String id)
id
- coffiguration of SecurityConfig object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |