Apache CXF API

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

java.lang.Object
  extended by org.apache.cxf.sts.token.canceller.TokenCancellerResponse

public class TokenCancellerResponse
extends Object

This class encapsulates the response from a TokenCanceller instance after cancelling a token.


Constructor Summary
TokenCancellerResponse()
           
 
Method Summary
 ReceivedToken getToken()
           
 void setToken(ReceivedToken token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenCancellerResponse

public TokenCancellerResponse()
Method Detail

getToken

public ReceivedToken getToken()

setToken

public void setToken(ReceivedToken token)

Apache CXF API

Apache CXF