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.obligationHandlers
Registered 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 TypeMethodDescriptionvoid
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.impl with type arguments of type BaseObligationHandlerModifier and TypeMethodDescriptionvoid
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.