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
ConstructorsConstructorDescriptionAbstractLocalCredentialVerificatorFactory(String name, String desc, boolean supportInvalidation, org.springframework.beans.factory.ObjectFactory<? extends LocalCredentialVerificator> factory) -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class pl.edu.icm.unity.engine.api.authn.AbstractCredentialVerificatorFactory
getDescription, getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface pl.edu.icm.unity.base.describedObject.DescribedObject
getDescriptionMethods 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:
newInstancein interfaceCredentialVerificatorFactory- Specified by:
newInstancein interfaceLocalCredentialVerificatorFactory- Overrides:
newInstancein classAbstractCredentialVerificatorFactory
-
isSupportingInvalidation
public boolean isSupportingInvalidation()- Specified by:
isSupportingInvalidationin interfaceLocalCredentialVerificatorFactory
-