Package org.gluu.oxauth.model.common
Class IdToken
java.lang.Object
org.gluu.oxauth.model.common.AbstractToken
org.gluu.oxauth.model.common.IdToken
- All Implemented Interfaces:
Serializable
,org.gluu.persist.model.base.Deletable
- Author:
- Javier Rojas Blum Date: 02.13.2012
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.gluu.oxauth.model.common.AbstractToken
checkExpired, checkExpired, getAuthMode, getCode, getCreationDate, getExpirationDate, getExpiresIn, getHash, getSessionDn, getTtl, getX5ts256, isDeletable, isExpired, isRevoked, isValid, resetTtlFromExpirationDate, setAuthMode, setCode, setCreationDate, setDeletable, setExpirationDate, setExpired, setRevoked, setSessionDn, setX5ts256
-
Constructor Details
-
IdToken
public IdToken(int lifeTime) -
IdToken
-