jdbcadmin.core.access
Interface IConfigurableAuthorizationAccess

All Superinterfaces:
IAccessAuthorization
All Known Implementing Classes:
DeclarativeAccessImpl, RestrictiveAccessImpl

public interface IConfigurableAuthorizationAccess
extends IAccessAuthorization

Interface for configurable acces authorization.

Author:
Thomas Recloux (trecloux@norsys.fr)

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

addTable

public void addTable(java.lang.String aTableName,
                     java.lang.String aSchemaName)
Adds an access authorization for the specified table.

Parameters:
aTableName - table name
aSchemaName - schema name, considers that null == ""

addSchema

public void addSchema(java.lang.String aSchemaName,
                      boolean aAutorisationTotale)
Adds an access authorization for the specified schema.

Parameters:
aSchemaName - schema name, considers that null == ""
aAutorisationTotale - indicates whether the schema is completely authorized.


Copyright © 2004-2005 Norsys. All Rights Reserved.