Class HOKDelegationHandler
java.lang.Object
org.apache.cxf.sts.token.delegation.SAMLDelegationHandler
org.apache.cxf.sts.token.delegation.HOKDelegationHandler
- All Implemented Interfaces:
TokenDelegationHandler
This TokenDelegationHandler implementation extends the Default implementation to allow SAML
Tokens with HolderOfKey Subject Confirmation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisDelegationAllowed(ReceivedToken receivedToken, String appliesToAddress) Is Delegation allowed for a particular tokenMethods inherited from class org.apache.cxf.sts.token.delegation.SAMLDelegationHandler
canHandleToken, getAudienceRestrictions, isCheckAudienceRestriction, isDelegationAllowed, setCheckAudienceRestriction
-
Constructor Details
-
HOKDelegationHandler
public HOKDelegationHandler()
-
-
Method Details
-
isDelegationAllowed
Is Delegation allowed for a particular token- Overrides:
isDelegationAllowedin classSAMLDelegationHandler
-