public abstract class AbstractCredentialVerificatorFactory extends Object implements CredentialVerificatorFactory
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.beans.factory.ObjectFactory<? extends CredentialVerificator> |
factory |
| Constructor and Description |
|---|
AbstractCredentialVerificatorFactory(String name,
String desc,
org.springframework.beans.factory.ObjectFactory<? extends CredentialVerificator> factory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
CredentialVerificator |
newInstance() |
protected final org.springframework.beans.factory.ObjectFactory<? extends CredentialVerificator> factory
public AbstractCredentialVerificatorFactory(String name, String desc, org.springframework.beans.factory.ObjectFactory<? extends CredentialVerificator> factory)
public String getDescription()
getDescription in interface pl.edu.icm.unity.types.DescribedObjectpublic String getName()
getName in interface pl.edu.icm.unity.types.NamedObjectpublic CredentialVerificator newInstance()
newInstance in interface CredentialVerificatorFactoryCopyright © 2018 Unity. All rights reserved.