|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |