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
Since:
5.1.0
  • Constructor Details

    • X509TokenDelegationHandler

      public X509TokenDelegationHandler()
  • Method Details

    • canHandleToken

      public boolean canHandleToken(org.apache.cxf.sts.request.ReceivedToken delegateTarget)
      Specified by:
      canHandleToken in interface org.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:
      isDelegationAllowed in interface org.apache.cxf.sts.token.delegation.TokenDelegationHandler