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 java.lang.Object implements org.apache.cxf.sts.token.delegation.TokenDelegationHandlerThis isX509TokenDelegationHandler.- Since:
- 5.1.0
-
-
Constructor Summary
Constructors Constructor Description X509TokenDelegationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanHandleToken(org.apache.cxf.sts.request.ReceivedToken delegateTarget)org.apache.cxf.sts.token.delegation.TokenDelegationResponseisDelegationAllowed(org.apache.cxf.sts.token.delegation.TokenDelegationParameters tokenParameters)
-
-
-
Method Detail
-
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
-
-