パッケージ | 説明 |
---|---|
org.opensaml.xacml.ctx.provider |
修飾子とタイプ | メソッドと説明 |
---|---|
Set<BaseObligationHandler> |
ObligationService.getObligationHandlers()
Gets the registered obligation handlers.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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 © 2012. All Rights Reserved.