|
||||||||||
| 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(java.lang.String pLifeCycleName)
Adds access to a specific life-cycle object. |
java.lang.String |
find(java.lang.String pName)
Search all available lifecycle objects for the given name. |
boolean |
isAllowed(java.lang.String pLifeCycleName)
Checks the access for creating a session. |
void |
removeAccess(java.lang.String pLifeCycleName)
Removes access for a specific life-cycle object. |
| Method Detail |
|---|
boolean isAllowed(java.lang.String pLifeCycleName)
pLifeCycleName - the name of the life-cycle object
true if it's allowed to open the connection, otherwise falsevoid addAccess(java.lang.String pLifeCycleName)
pLifeCycleName - the name of the life-cycle objectvoid removeAccess(java.lang.String pLifeCycleName)
pLifeCycleName - the name of the life-cycle objectjava.lang.String find(java.lang.String pName)
pName - the object name (full qualified or not)
null if no lifecycle object
name was found for the given object name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||