es.rediris.papi.token
Class LCookToken

java.lang.Object
  extended by es.rediris.papi.token.Token
      extended by es.rediris.papi.token.LCookToken
All Implemented Interfaces:
Serializable

public class LCookToken
extends Token

See Also:
Serialized Form

Field Summary
 
Fields inherited from class es.rediris.papi.token.Token
assertion
 
Constructor Summary
LCookToken()
           
 
Method Summary
 Object getDataToken(TokenFormat format)
           
 String getLocation()
           
 void setDataToken(TokenFormat format, Object data)
           
 void setLocation(String location)
           
 String toString()
           
 void updateToken()
           
 boolean validateToken(Config config)
           
 
Methods inherited from class es.rediris.papi.token.Token
getAssertion, setAssertion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LCookToken

public LCookToken()
Method Detail

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

getDataToken

public Object getDataToken(TokenFormat format)
Specified by:
getDataToken in class Token

setDataToken

public void setDataToken(TokenFormat format,
                         Object data)
Specified by:
setDataToken in class Token

updateToken

public void updateToken()

validateToken

public boolean validateToken(Config config)

toString

public String toString()
Overrides:
toString in class Object