public class SimplePropertyFileUserVerifier extends UserVerifier
| Modifier and Type | Class and Description |
|---|---|
static class |
SimplePropertyFileUserVerifier.Hash
Hash algorithms supported by SPFV verifier.
|
| Constructor and Description |
|---|
SimplePropertyFileUserVerifier(ESOrgUnitProvider orgUnitProvider,
String propertyFilePath)
Default constructor.
|
SimplePropertyFileUserVerifier(ESOrgUnitProvider orgUnitProvider,
String propertyFilePath,
SimplePropertyFileUserVerifier.Hash hash)
Constructor with ability to select hash algorithm for password.
|
| Modifier and Type | Method and Description |
|---|---|
void |
init(ESOrgUnitProvider orgUnitProvider)
Initializes this verifier.
|
verifyUserpublic SimplePropertyFileUserVerifier(ESOrgUnitProvider orgUnitProvider, String propertyFilePath) throws FatalESException
orgUnitProvider - provides access to users and groupspropertyFilePath - path to fileFatalESException - in case of failurepublic SimplePropertyFileUserVerifier(ESOrgUnitProvider orgUnitProvider, String propertyFilePath, SimplePropertyFileUserVerifier.Hash hash) throws FatalESException
orgUnitProvider - provides access to users and groupspropertyFilePath - path to filehash - selected hashFatalESException - if hash is nullpublic void init(ESOrgUnitProvider orgUnitProvider)
orgUnitProvider - the ESOrgUnitProvider that can be used to obtain organizational unitsESUserVerifier.init(org.eclipse.emf.emfstore.server.model.ESOrgUnitProvider)Copyright © 2017. All rights reserved.