|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for configurable acces authorization.
Method Summary | |
void |
addSchema(java.lang.String aSchemaName,
boolean aAutorisationTotale)
Adds an access authorization for the specified schema. |
void |
addTable(java.lang.String aTableName,
java.lang.String aSchemaName)
Adds an access authorization for the specified table. |
Methods inherited from interface jdbcadmin.core.access.IAccessAuthorization |
isSchemaAuthorized, isTableAuthorized |
Method Detail |
public void addTable(java.lang.String aTableName, java.lang.String aSchemaName)
aTableName
- table nameaSchemaName
- schema name, considers that null == ""public void addSchema(java.lang.String aSchemaName, boolean aAutorisationTotale)
aSchemaName
- schema name, considers that null == ""aAutorisationTotale
- indicates whether the schema is completely authorized.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |