|
||||||||||
| 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 for a method of a specific object. |
boolean |
isAllowed(String pLifecycleName)
Checks the access for creating a session. |
| Method Detail |
|---|
boolean isAllowed(String pLifecycleName)
pLifecycleName - the lifecycle name for the session
true if it's allowed to open the connection, otherwise falsevoid addAccess(String pLifecycleName)
pLifecycleName - the name of the lifecycle object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||