Apache CXF API

org.apache.cxf.sts.token.canceller
Interface TokenCanceller

All Known Implementing Classes:
SCTCanceller

public interface TokenCanceller

An interface that can cancel a security token.


Method Summary
 TokenCancellerResponse cancelToken(TokenCancellerParameters tokenParameters)
          Cancel a token given a TokenCancellerParameters
 boolean canHandleToken(ReceivedToken cancelTarget)
          Return true if this TokenCanceller implementation is able to cancel a token that corresponds to the given token.
 void setVerifyProofOfPossession(boolean verifyProofOfPossession)
          boolean for enabling/disabling verification of proof of possession.
 

Method Detail

setVerifyProofOfPossession

void setVerifyProofOfPossession(boolean verifyProofOfPossession)
boolean for enabling/disabling verification of proof of possession.


canHandleToken

boolean canHandleToken(ReceivedToken cancelTarget)
Return true if this TokenCanceller implementation is able to cancel a token that corresponds to the given token.


cancelToken

TokenCancellerResponse cancelToken(TokenCancellerParameters tokenParameters)
Cancel a token given a TokenCancellerParameters


Apache CXF API

Apache CXF