Interface CredentialRetrievalFactory
-
- All Superinterfaces:
DescribedObject,NamedObject
- All Known Implementing Classes:
AbstractCredentialRetrievalFactory
public interface CredentialRetrievalFactory extends DescribedObject
Implementations allows for creatingCredentialRetrievals of a particular type.- Author:
- K. Benedyczak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSupportedBinding()booleanisCredentialExchangeSupported(String credentialExchangeId)CredentialRetrievalnewInstance()-
Methods inherited from interface pl.edu.icm.unity.types.DescribedObject
getDescription
-
Methods inherited from interface pl.edu.icm.unity.types.NamedObject
getName
-
-
-
-
Method Detail
-
newInstance
CredentialRetrieval newInstance()
-
getSupportedBinding
String getSupportedBinding()
-
isCredentialExchangeSupported
boolean isCredentialExchangeSupported(String credentialExchangeId)
-
-