org.apache.cxf.sts.token.delegation
Class HOKDelegationHandler
java.lang.Object
org.apache.cxf.sts.token.delegation.SAMLDelegationHandler
org.apache.cxf.sts.token.delegation.HOKDelegationHandler
- All Implemented Interfaces:
- TokenDelegationHandler
public class HOKDelegationHandler
- extends SAMLDelegationHandler
This TokenDelegationHandler implementation extends the Default implementation to allow SAML
Tokens with HolderOfKey Subject Confirmation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HOKDelegationHandler
public HOKDelegationHandler()
isDelegationAllowed
protected boolean isDelegationAllowed(ReceivedToken receivedToken,
String appliesToAddress)
- Is Delegation allowed for a particular token
- Overrides:
isDelegationAllowed
in class SAMLDelegationHandler
Apache CXF