Package | Description |
---|---|
org.opensaml.xacml.ctx.provider |
Implementations of XACML functionality.
|
Modifier and Type | Field and Description |
---|---|
private Set<BaseObligationHandler> |
ObligationService.obligationHandlers
Registered obligation handlers.
|
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.
|
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.
|
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–2020 Shibboleth Consortium. All rights reserved.