Class AbstractLocalCredentialVerificatorFactory
java.lang.Object
pl.edu.icm.unity.engine.api.authn.AbstractCredentialVerificatorFactory
pl.edu.icm.unity.engine.api.authn.local.AbstractLocalCredentialVerificatorFactory
- All Implemented Interfaces:
pl.edu.icm.unity.base.describedObject.DescribedObject
,pl.edu.icm.unity.base.describedObject.NamedObject
,CredentialVerificatorFactory
,LocalCredentialVerificatorFactory
public class AbstractLocalCredentialVerificatorFactory
extends AbstractCredentialVerificatorFactory
implements LocalCredentialVerificatorFactory
Helper to easily create credential factories.
- Author:
- K. Benedyczak
-
Field Summary
Fields inherited from class pl.edu.icm.unity.engine.api.authn.AbstractCredentialVerificatorFactory
factory
-
Constructor Summary
ConstructorDescriptionAbstractLocalCredentialVerificatorFactory
(String name, String desc, boolean supportInvalidation, org.springframework.beans.factory.ObjectFactory<? extends LocalCredentialVerificator> factory) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Methods inherited from class pl.edu.icm.unity.engine.api.authn.AbstractCredentialVerificatorFactory
getDescription, getName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface pl.edu.icm.unity.base.describedObject.DescribedObject
getDescription
Methods inherited from interface pl.edu.icm.unity.base.describedObject.NamedObject
getName
-
Constructor Details
-
AbstractLocalCredentialVerificatorFactory
public AbstractLocalCredentialVerificatorFactory(String name, String desc, boolean supportInvalidation, org.springframework.beans.factory.ObjectFactory<? extends LocalCredentialVerificator> factory)
-
-
Method Details
-
newInstance
- Specified by:
newInstance
in interfaceCredentialVerificatorFactory
- Specified by:
newInstance
in interfaceLocalCredentialVerificatorFactory
- Overrides:
newInstance
in classAbstractCredentialVerificatorFactory
-
isSupportingInvalidation
public boolean isSupportingInvalidation()- Specified by:
isSupportingInvalidation
in interfaceLocalCredentialVerificatorFactory
-