|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jzeno.settings.SecurityProperties
public class SecurityProperties
This class is responsible for managing configuration settings about the transaction management of the business logic layer. It is mainly used by oput light-weight AOP framework.
Method Summary | |
---|---|
static SecurityProperties |
getInstance()
|
java.lang.String[] |
getSettings(java.lang.reflect.Method method)
This operation retrieves an array of security permissions the user should have access to, for the named method. |
void |
reload()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void reload()
public static SecurityProperties getInstance()
public java.lang.String[] getSettings(java.lang.reflect.Method method)
method
- the business facade method for which we whish to know the
security restrictions.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |