public interface PasswordValidator
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PasswordEncoding> |
getSupportedInputEncodings()
Get the list of supported password encodings in order of preference
|
boolean |
validatePassword(java.util.Map<PasswordEncoding,java.lang.String> passwords,
java.lang.String password) |
java.util.List<PasswordEncoding> getSupportedInputEncodings()
boolean validatePassword(java.util.Map<PasswordEncoding,java.lang.String> passwords, java.lang.String password) throws java.lang.Exception
java.lang.Exception
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0