Uses of Enum Class
com.svenruppert.jsentinel.credential.password.dummy.DummyVerificationContext
Packages that use DummyVerificationContext
-
Uses of DummyVerificationContext in com.svenruppert.jsentinel.credential.password.dummy
Subclasses with type arguments of type DummyVerificationContext in com.svenruppert.jsentinel.credential.password.dummyModifier and TypeClassDescriptionenumWhy the verification pipeline took the dummy KDF path.Methods in com.svenruppert.jsentinel.credential.password.dummy that return DummyVerificationContextModifier and TypeMethodDescriptionstatic DummyVerificationContextReturns the enum constant of this class with the specified name.static DummyVerificationContext[]DummyVerificationContext.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.svenruppert.jsentinel.credential.password.dummy with parameters of type DummyVerificationContextModifier and TypeMethodDescriptionvoidDefaultDummyVerificationService.runDummyKdf(char[] password, DummyVerificationContext context) voidDummyVerificationService.runDummyKdf(char[] password, DummyVerificationContext context) Executes a single dummy KDF against a stored dummy envelope built under the active policy.