Package org.apereo.cas.support.x509
Class X509TokenDelegationHandler
java.lang.Object
org.apereo.cas.support.x509.X509TokenDelegationHandler
- All Implemented Interfaces:
org.apache.cxf.sts.token.delegation.TokenDelegationHandler
public class X509TokenDelegationHandler
extends Object
implements org.apache.cxf.sts.token.delegation.TokenDelegationHandler
This is
X509TokenDelegationHandler.- Since:
- 5.1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanHandleToken(org.apache.cxf.sts.request.ReceivedToken delegateTarget) org.apache.cxf.sts.token.delegation.TokenDelegationResponseisDelegationAllowed(org.apache.cxf.sts.token.delegation.TokenDelegationParameters tokenParameters)
-
Constructor Details
-
X509TokenDelegationHandler
public X509TokenDelegationHandler()
-
-
Method Details
-
canHandleToken
public boolean canHandleToken(org.apache.cxf.sts.request.ReceivedToken delegateTarget) - Specified by:
canHandleTokenin interfaceorg.apache.cxf.sts.token.delegation.TokenDelegationHandler
-
isDelegationAllowed
public org.apache.cxf.sts.token.delegation.TokenDelegationResponse isDelegationAllowed(org.apache.cxf.sts.token.delegation.TokenDelegationParameters tokenParameters) - Specified by:
isDelegationAllowedin interfaceorg.apache.cxf.sts.token.delegation.TokenDelegationHandler
-