com.sibvisions.rad.server.security
Interface IAccessController

All Superinterfaces:
IAccessChecker
All Known Implementing Classes:
DefaultAccessController

public interface IAccessController
extends IAccessChecker

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.
 void removeAccess(String pLifeCycleName)
          Removes access for a specific life-cycle object.
 
Methods inherited from interface javax.rad.server.security.IAccessChecker
find, isAllowed
 

Method Detail

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.