Uses of Class
org.moremotion.security.CheckPoint

Packages that use CheckPoint
org.moremotion.security   
org.moremotion.security.broker   
 

Uses of CheckPoint in org.moremotion.security
 

Methods in org.moremotion.security that return CheckPoint
 CheckPoint SecurityContext.getCheckPoint(java.lang.String checkPointName)
          Gets an CheckPoint by its name.
 CheckPoint[] SecurityContext.getCheckPoints()
          Lists all check points.
 CheckPoint[] Role.getCheckPoints()
          Returns a list of check points.
 

Methods in org.moremotion.security with parameters of type CheckPoint
 void Role.addCheckPoint(CheckPoint checkPoint)
          Adds a check point to role.
 void Role.removeCheckPoint(CheckPoint checkPoint)
          Removes a check point from role.
 void SecurityContext.saveCheckPoint(CheckPoint checkPoint)
          Saves a check point.
 

Uses of CheckPoint in org.moremotion.security.broker
 

Methods in org.moremotion.security.broker that return CheckPoint
 CheckPoint SecurityBroker.getCheckPoint(BrokerCommunicationContext bcc, java.lang.String checkPointName)
          Finds a check point by its name.
 CheckPoint[] SecurityBroker.getCheckPoints(BrokerCommunicationContext bcc)
          Returns a lists of all checkpoints.
 

Methods in org.moremotion.security.broker with parameters of type CheckPoint
 void SecurityBroker.saveCheckPoint(BrokerCommunicationContext bcc, CheckPoint checkPoint)
          Saves a check point.
 



Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.