Interface CredentialRetrievalFactory
- All Superinterfaces:
pl.edu.icm.unity.base.describedObject.DescribedObject
,pl.edu.icm.unity.base.describedObject.NamedObject
- All Known Implementing Classes:
AbstractCredentialRetrievalFactory
public interface CredentialRetrievalFactory
extends pl.edu.icm.unity.base.describedObject.DescribedObject
Implementations allows for creating
CredentialRetrieval
s of a particular type.- Author:
- K. Benedyczak
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isCredentialExchangeSupported
(String credentialExchangeId) Methods inherited from interface pl.edu.icm.unity.base.describedObject.DescribedObject
getDescription
Methods inherited from interface pl.edu.icm.unity.base.describedObject.NamedObject
getName
-
Method Details
-
newInstance
CredentialRetrieval newInstance() -
getSupportedBinding
String getSupportedBinding() -
isCredentialExchangeSupported
-