Interface CredentialRetrievalFactory
-
- All Superinterfaces:
DescribedObject
,NamedObject
- All Known Implementing Classes:
AbstractCredentialRetrievalFactory
public interface CredentialRetrievalFactory extends DescribedObject
Implementations allows for creatingCredentialRetrieval
s of a particular type.- Author:
- K. Benedyczak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSupportedBinding()
boolean
isCredentialExchangeSupported(String credentialExchangeId)
CredentialRetrieval
newInstance()
-
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)
-
-