public interface ILightToken
This is not the class for the HTTP session, check eu.eidas.auth.commons.tx.BinaryLightToken.
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
getCreatedOn()
Returns with the timestamp when the Token was created.
|
String |
getFormattedCreatedOn()
Returns with the formatted, string representation of timestamp when the Token was created.
|
String |
getId()
Returns with the LightToken ID.
|
String |
getIssuer()
Returns with the Issuer (originator).
|
String |
getKey()
Returns with simple string token representation to be used as internal reference, as key of correlation.
|
@Nonnull String getIssuer()
@Nonnull org.joda.time.DateTime getCreatedOn()
@Nonnull String getFormattedCreatedOn()
AbstractLightToken
LIGHTTOKEN_DATE_FORMAT dictates.Copyright © 2020. All Rights Reserved.