|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sibvisions.rad.server.security.DBSecurityManager.DBAccessController
public static final class DBSecurityManager.DBAccessController
The DBAccessController
controls the access to server side objects based on the
configuration in the database.
Constructor Summary | |
---|---|
DBSecurityManager.DBAccessController()
|
Method Summary | |
---|---|
void |
addAccess(String pLifecycleName)
Adds access to a specific life-cycle object. |
String[] |
getAllowedLifeCycleNames()
Gets the list of allowed life-cycle names. |
boolean |
isAllowed(String pLifeCycleName)
Checks the access for creating a session. |
void |
removeAccess(String pLifeCycleName)
Removes access for a specific life-cycle object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DBSecurityManager.DBAccessController()
Method Detail |
---|
public boolean isAllowed(String pLifeCycleName)
isAllowed
in interface IAccessController
pLifeCycleName
- the name of the life-cycle object
true
if it's allowed to open the connection, otherwise false
public void addAccess(String pLifecycleName)
addAccess
in interface IAccessController
pLifecycleName
- the name of the life-cycle objectpublic void removeAccess(String pLifeCycleName)
removeAccess
in interface IAccessController
pLifeCycleName
- the name of the life-cycle objectpublic String[] getAllowedLifeCycleNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |