org.openmdx.security.auth.servlet.spi
Class TokenCallback

java.lang.Object
  extended by org.openmdx.security.auth.servlet.spi.TokenCallback
All Implemented Interfaces:
Serializable, Callback

public class TokenCallback
extends Object
implements Callback, Serializable

TokenCallback

See Also:
Serialized Form

Constructor Summary
TokenCallback()
           
 
Method Summary
 String getToken()
          Retrieve token.
 void setToken(String token)
          Set 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 String getToken()
Retrieve token.

Returns:
Returns the token.

setToken

public void setToken(String token)
Set token.

Parameters:
token - The token to set.


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.