Package | Description |
---|---|
org.opensaml.xacml.ctx.provider |
Modifier and Type | Method and Description |
---|---|
Set<BaseObligationHandler> |
ObligationService.getObligationHandlers()
Gets the registered obligation handlers.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.