OpenSAML-J 2.4.1-redhat-3

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
 

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.
 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.
 


OpenSAML-J 2.4.1-redhat-3

Copyright © 2006-2012 Internet2. All Rights Reserved.