Apache CXF API

org.apache.cxf.sts.token.delegation
Class HOKDelegationHandler

java.lang.Object
  extended by org.apache.cxf.sts.token.delegation.SAMLDelegationHandler
      extended by 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.


Constructor Summary
HOKDelegationHandler()
           
 
Method Summary
protected  boolean isDelegationAllowed(ReceivedToken receivedToken, String appliesToAddress)
          Is Delegation allowed for a particular token
 
Methods inherited from class org.apache.cxf.sts.token.delegation.SAMLDelegationHandler
canHandleToken, getAudienceRestrictions, isCheckAudienceRestriction, isDelegationAllowed, setCheckAudienceRestriction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HOKDelegationHandler

public HOKDelegationHandler()
Method Detail

isDelegationAllowed

protected boolean isDelegationAllowed(ReceivedToken receivedToken,
                                      String appliesToAddress)
Is Delegation allowed for a particular token

Overrides:
isDelegationAllowed in class SAMLDelegationHandler

Apache CXF API

Apache CXF