Class AbstractVerificator
java.lang.Object
pl.edu.icm.unity.engine.api.authn.AbstractVerificator
- All Implemented Interfaces:
pl.edu.icm.unity.base.describedObject.DescribedObject,pl.edu.icm.unity.base.describedObject.NamedObject,CredentialExchange,CredentialVerificator,StringConfigurable
- Direct Known Subclasses:
AbstractLocalVerificator,AbstractRemoteVerificator
Abstract
CredentialVerificator with a common boilerplate code.- Author:
- K. Benedyczak
-
Nested Class Summary
Nested classes/interfaces inherited from interface pl.edu.icm.unity.engine.api.authn.CredentialVerificator
CredentialVerificator.VerificatorType -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetIdentityResolver(IdentityResolver identityResolver) voidsetInstanceName(String instanceName) Instance name is the configured name of the authenticator to which this credential verificator belongs.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface pl.edu.icm.unity.engine.api.authn.CredentialVerificator
getAuthenticationMethod, getTypeMethods inherited from interface pl.edu.icm.unity.engine.api.utils.StringConfigurable
getSerializedConfiguration, setSerializedConfiguration
-
Field Details
-
instanceName
-
identityResolver
-
-
Constructor Details
-
AbstractVerificator
-
-
Method Details
-
getExchangeId
- Specified by:
getExchangeIdin interfaceCredentialExchange
-
getName
- Specified by:
getNamein interfacepl.edu.icm.unity.base.describedObject.NamedObject
-
getDescription
- Specified by:
getDescriptionin interfacepl.edu.icm.unity.base.describedObject.DescribedObject
-
setIdentityResolver
- Specified by:
setIdentityResolverin interfaceCredentialVerificator
-
setInstanceName
Description copied from interface:CredentialVerificatorInstance name is the configured name of the authenticator to which this credential verificator belongs.- Specified by:
setInstanceNamein interfaceCredentialVerificator
-