public interface TokenDelegationHandler
Modifier and Type | Method and Description |
---|---|
boolean |
canHandleToken(ReceivedToken delegateTarget)
Return true if this TokenDelegationHandler implementation is capable of handling the
ReceivedToken argument.
|
TokenDelegationResponse |
isDelegationAllowed(TokenDelegationParameters tokenParameters)
See if delegation is allowed for a Token using the given TokenDelegationParameters.
|
boolean canHandleToken(ReceivedToken delegateTarget)
TokenDelegationResponse isDelegationAllowed(TokenDelegationParameters tokenParameters)
Apache CXF