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:
java.io.Serializable
,org.gluu.persist.model.base.Deletable
public class IdToken extends AbstractToken
- Author:
- Javier Rojas Blum Date: 02.13.2012
- See Also:
- Serialized Form
-
-
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
-
-