Apache CXF API

org.apache.cxf.sts.token.canceller
Class SCTCanceller

java.lang.Object
  extended by org.apache.cxf.sts.token.canceller.SCTCanceller
All Implemented Interfaces:
TokenCanceller

public class SCTCanceller
extends Object
implements TokenCanceller

This class cancels a SecurityContextToken.


Constructor Summary
SCTCanceller()
           
 
Method Summary
 TokenCancellerResponse cancelToken(TokenCancellerParameters tokenParameters)
          Cancel a Token using the given TokenCancellerParameters.
 boolean canHandleToken(ReceivedToken targetToken)
          Return true if this TokenCanceller implementation is capable of cancelling the ReceivedToken argument.
 void setVerifyProofOfPossession(boolean verifyProofOfPossession)
          Set whether proof of possession is required or not to cancel a token
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCTCanceller

public SCTCanceller()
Method Detail

canHandleToken

public boolean canHandleToken(ReceivedToken targetToken)
Return true if this TokenCanceller implementation is capable of cancelling the ReceivedToken argument.

Specified by:
canHandleToken in interface TokenCanceller

cancelToken

public TokenCancellerResponse cancelToken(TokenCancellerParameters tokenParameters)
Cancel a Token using the given TokenCancellerParameters.

Specified by:
cancelToken in interface TokenCanceller

setVerifyProofOfPossession

public void setVerifyProofOfPossession(boolean verifyProofOfPossession)
Set whether proof of possession is required or not to cancel a token

Specified by:
setVerifyProofOfPossession in interface TokenCanceller

Apache CXF API

Apache CXF