Uses of Record Class
com.svenruppert.jsentinel.credential.token.SelectorVerifierToken
Packages that use SelectorVerifierToken
Package
Description
-
Uses of SelectorVerifierToken in com.svenruppert.jsentinel.credential.reset
Methods in com.svenruppert.jsentinel.credential.reset that return SelectorVerifierTokenModifier and TypeMethodDescriptionResetTokenCreationResult.Created.token()Returns the value of thetokenrecord component.Constructors in com.svenruppert.jsentinel.credential.reset with parameters of type SelectorVerifierTokenModifierConstructorDescriptionCreated(SelectorVerifierToken token) Creates an instance of aCreatedrecord class. -
Uses of SelectorVerifierToken in com.svenruppert.jsentinel.credential.token
Methods in com.svenruppert.jsentinel.credential.token that return SelectorVerifierTokenModifier and TypeMethodDescriptionTokenDigestService.generate()Generates a fresh token from the suppliedSecureRandom.Methods in com.svenruppert.jsentinel.credential.token that return types with arguments of type SelectorVerifierTokenModifier and TypeMethodDescriptionParses the wire formselector.verifier.Methods in com.svenruppert.jsentinel.credential.token with parameters of type SelectorVerifierTokenModifier and TypeMethodDescriptionTokenDigestService.digest(SelectorVerifierToken token) Returns the persistable digest record for the supplied token.TokenDigestService.verifyVerifier(SelectorVerifierToken candidate, TokenDigestRecord stored) Verifies the supplied token's verifier against the stored digest record.