es.rediris.papi.token
Class GPoACheckedToken
java.lang.Object
es.rediris.papi.token.Token
es.rediris.papi.token.GPoACheckedToken
- All Implemented Interfaces:
- Serializable
public class GPoACheckedToken
- extends Token
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GPoACheckedToken
public GPoACheckedToken()
GPoACheckedToken
public GPoACheckedToken(Assertion assertion,
long expiryTime,
String key)
getExpiryTime
public long getExpiryTime()
setExpiryTime
public void setExpiryTime(long expiryTime)
getKey
public String getKey()
setKey
public void setKey(String key)
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
validateToken
public boolean validateToken(Config config)