|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAccessController
The IAccessController
defines the general access to server lifecycle
objects. The access will be checked during session creation.
Method Summary | |
---|---|
void |
addAccess(String pLifeCycleName)
Adds access to a specific life-cycle object. |
boolean |
isAllowed(String pLifeCycleName)
Checks the access for creating a session. |
void |
removeAccess(String pLifeCycleName)
Removes access for a specific life-cycle object. |
Method Detail |
---|
boolean isAllowed(String pLifeCycleName)
pLifeCycleName
- the name of the life-cycle object
true
if it's allowed to open the connection, otherwise false
void addAccess(String pLifeCycleName)
pLifeCycleName
- the name of the life-cycle objectvoid removeAccess(String pLifeCycleName)
pLifeCycleName
- the name of the life-cycle object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |