com.sibvisions.rad.server.security
Interface IAccessController

All Known Implementing Classes:
DBSecurityManager.DBAccessController

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 to a specific life-cycle object.
 boolean isAllowed(String pLifeCycleName)
          Checks the access for creating a session.
 void removeAccess(String pLifeCycleName)
          Removes access for a specific life-cycle object.
 

Method Detail

isAllowed

boolean isAllowed(String pLifeCycleName)
Checks the access for creating a session.

Parameters:
pLifeCycleName - the name of the life-cycle object
Returns:
true if it's allowed to open the connection, otherwise false

addAccess

void addAccess(String pLifeCycleName)
Adds access to a specific life-cycle object.

Parameters:
pLifeCycleName - the name of the life-cycle object

removeAccess

void removeAccess(String pLifeCycleName)
Removes access for a specific life-cycle object.

Parameters:
pLifeCycleName - the name of the life-cycle object


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.