PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.wstrust.auth
Class TokenCallback

java.lang.Object
  extended by org.picketlink.identity.federation.core.wstrust.auth.TokenCallback
All Implemented Interfaces:
Callback

public class TokenCallback
extends Object
implements Callback

Simple callback that stores an object.

Author:
Daniel Bevenius

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

Constructor Detail

TokenCallback

public TokenCallback()
Method Detail

getToken

public Object getToken()

setToken

public void setToken(Object token)

clearToken

public void clearToken()

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.