|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for the access authorization classes.
Method Summary | |
boolean |
isSchemaAuthorized(java.lang.String aSchemaName)
Indicates whether the schema is authorized |
boolean |
isTableAuthorized(java.lang.String aTableName,
java.lang.String aSchemaName)
Indicates whether the table is authorized |
Method Detail |
public boolean isTableAuthorized(java.lang.String aTableName, java.lang.String aSchemaName)
aTableName
- table nameaSchemaName
- schema name, considers that null == ""
true
if authorized, false
otherwisepublic boolean isSchemaAuthorized(java.lang.String aSchemaName)
aSchemaName
- schema name, considers that null == ""
true
if authorized, false
otherwise
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |