public abstract class AbstractCredentialRetrievalFactory<T extends CredentialRetrieval> extends Object implements CredentialRetrievalFactory
CredentialRetrievalFactory implementations.| Constructor and Description |
|---|
AbstractCredentialRetrievalFactory(String name,
String description,
String binding,
org.springframework.beans.factory.ObjectFactory<T> factory,
String supportedExchange) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
String |
getSupportedBinding() |
boolean |
isCredentialExchangeSupported(String credentialExchangeId) |
CredentialRetrieval |
newInstance() |
public String getDescription()
getDescription in interface pl.edu.icm.unity.types.DescribedObjectpublic String getName()
getName in interface pl.edu.icm.unity.types.NamedObjectpublic CredentialRetrieval newInstance()
newInstance in interface CredentialRetrievalFactorypublic String getSupportedBinding()
getSupportedBinding in interface CredentialRetrievalFactorypublic boolean isCredentialExchangeSupported(String credentialExchangeId)
isCredentialExchangeSupported in interface CredentialRetrievalFactoryCopyright © 2020 Unity. All rights reserved.