Uses of Class
org.opensaml.xacml.ctx.provider.BaseObligationHandler

Packages that use BaseObligationHandler
org.opensaml.xacml.ctx.provider   
 

Uses of BaseObligationHandler in org.opensaml.xacml.ctx.provider
 

Fields in org.opensaml.xacml.ctx.provider with type parameters of type BaseObligationHandler
private  Set<BaseObligationHandler> ObligationService.obligationHandlers
          Registered obligation handlers.
 

Methods in org.opensaml.xacml.ctx.provider that return types with arguments of type BaseObligationHandler
 Set<BaseObligationHandler> ObligationService.getObligationHandlers()
          Gets the registered obligation handlers.
 

Methods in org.opensaml.xacml.ctx.provider with parameters of type BaseObligationHandler
 void ObligationService.addObligationhandler(BaseObligationHandler handler)
          Adds an obligation handler to the list of registered handlers This method waits until a write lock is obtained for the set of registered obligation handlers.
 int ObligationService.ObligationHandlerComparator.compare(BaseObligationHandler o1, BaseObligationHandler o2)
          
 void ObligationService.removeObligationHandler(BaseObligationHandler handler)
          Removes an obligation handler from the list of registered handlers This method waits until a write lock is obtained for the set of registered obligation handlers.
 

Method parameters in org.opensaml.xacml.ctx.provider with type arguments of type BaseObligationHandler
 void ObligationService.addObligationhandler(Collection<BaseObligationHandler> handlers)
          Adds a collection of obligation handler to the list of registered handlers This method waits until a write lock is obtained for the set of registered obligation handlers.
 



Copyright © 1999-2013. All Rights Reserved.