Uses of Record Class
com.svenruppert.jsentinel.credential.token.TokenDigestRecord
Packages that use TokenDigestRecord
Package
Description
-
Uses of TokenDigestRecord in com.svenruppert.jsentinel.credential.reset
Methods in com.svenruppert.jsentinel.credential.reset that return TokenDigestRecordModifier and TypeMethodDescriptionResetTokenRecord.digest()Returns the value of thedigestrecord component.Constructors in com.svenruppert.jsentinel.credential.reset with parameters of type TokenDigestRecordModifierConstructorDescriptionResetTokenRecord(TokenDigestRecord digest, String username, Instant issuedAt, Instant expiresAt, ResetTokenStatus status, long version) Creates an instance of aResetTokenRecordrecord class. -
Uses of TokenDigestRecord in com.svenruppert.jsentinel.credential.token
Methods in com.svenruppert.jsentinel.credential.token that return TokenDigestRecordModifier and TypeMethodDescriptionTokenDigestService.digest(SelectorVerifierToken token) Returns the persistable digest record for the supplied token.Methods in com.svenruppert.jsentinel.credential.token with parameters of type TokenDigestRecordModifier and TypeMethodDescriptionTokenDigestService.verifyVerifier(SelectorVerifierToken candidate, TokenDigestRecord stored) Verifies the supplied token's verifier against the stored digest record.