public interface TokenServiceLocal extends TokenService, org.cyclos.impl.CRUDServiceLocal<Token,TokenDTO,TokenData,TokenDataParams>
TokenService| Modifier and Type | Method and Description |
|---|---|
long |
expireTokens()
Takes all the tokens and switches their statuses to EXPIRED or ACTIVATION_EXPIRED for those
who meet the conditions of these statuses.
|
void |
validateNFCChallenge(java.lang.String challenge)
Validates the challenge received from a NFC tag/device ensuring it's the same as the previously generated by Cyclos.
|
activateNFCDevice, activateNFCTag, activatePending, assign, block, cancel, cancelNFCDevice, cancelNFCTag, getActivateNFCDeviceData, getActivateNFCTagData, getListData, getSearchData, requestForExternalAuthenticate, search, unblockfind, findAll, getEntityClass, newEntity, remove, removeAll, toDTO, toEntity, validategetData, getDataForNew, load, remove, removeAll, savelong expireTokens()
void validateNFCChallenge(java.lang.String challenge)
throws ValidationException
challenge - the HEXA string send back by a NFC tag/device.ValidationException