Uses of Class
org.opensaml.xacml.ctx.provider.impl.BaseObligationHandler
Packages that use BaseObligationHandler
-
Uses of BaseObligationHandler in org.opensaml.xacml.ctx.provider.impl
Fields in org.opensaml.xacml.ctx.provider.impl with type parameters of type BaseObligationHandlerModifier and TypeFieldDescriptionprivate Set<BaseObligationHandler>ObligationService.obligationHandlersRegistered obligation handlers.Methods in org.opensaml.xacml.ctx.provider.impl that return types with arguments of type BaseObligationHandlerModifier and TypeMethodDescriptionObligationService.getObligationHandlers()Gets the registered obligation handlers.Methods in org.opensaml.xacml.ctx.provider.impl with parameters of type BaseObligationHandlerModifier and TypeMethodDescriptionvoidObligationService.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.intObligationService.ObligationHandlerComparator.compare(BaseObligationHandler o1, BaseObligationHandler o2) voidObligationService.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.impl with type arguments of type BaseObligationHandlerModifier and TypeMethodDescriptionvoidObligationService.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.