Uses of Record Class
com.svenruppert.jsentinel.credential.input.PasswordContext
Packages that use PasswordContext
-
Uses of PasswordContext in com.svenruppert.jsentinel.credential.input
Methods in com.svenruppert.jsentinel.credential.input that return PasswordContextModifier and TypeMethodDescriptionstatic PasswordContextPasswordContext.fromEmail(String username, String emailAddress, TenantId tenant, Set<String> forbiddenTerms) Convenience: build a context from username plus the literal"local@domain"email string.Methods in com.svenruppert.jsentinel.credential.input with parameters of type PasswordContextModifier and TypeMethodDescriptionContextAwarePasswordValidator.validate(SecretValue secret, PasswordInputPolicy policy, PasswordContext context) Runs both the structural and context-aware checks.