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.
-
-
Constructor Summary
Constructors Constructor Description HOKDelegationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisDelegationAllowed(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
-
-
-
-
Method Detail
-
isDelegationAllowed
protected boolean isDelegationAllowed(ReceivedToken receivedToken, String appliesToAddress)
Is Delegation allowed for a particular token- Overrides:
isDelegationAllowedin classSAMLDelegationHandler
-
-