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 for a method of a specific object.
 boolean isAllowed(String pLifecycleName)
          Checks the access for creating a session.
 

Method Detail

isAllowed

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

Parameters:
pLifecycleName - the lifecycle name for the session
Returns:
true if it's allowed to open the connection, otherwise false

addAccess

void addAccess(String pLifecycleName)
Adds access for a method of a specific object.

Parameters:
pLifecycleName - the name of the lifecycle object


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.