public interface Verifier
| Modifier and Type | Method and Description |
|---|---|
int |
authMechanismStrength()
Returns how strong is this authentication mechanism.
|
java.lang.String |
toString()
Returns the name of authentication that this verifier supports.
|
boolean |
verify(User user,
java.util.Dictionary credentials)
Checks the passed credentials for the user.
|
boolean verify(User user, java.util.Dictionary credentials) throws java.lang.Exception
user - represents the user to be authenticated.credentials - the credentials client tries to authenticate with.java.lang.Exception - when the user's credentials are corrupted.int authMechanismStrength()
java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.