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,
Class<? extends CredentialExchange> supportedExchange) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
String |
getSupportedBinding() |
boolean |
isCredentialExchangeSupported(CredentialExchange e) |
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(CredentialExchange e)
isCredentialExchangeSupported in interface CredentialRetrievalFactoryCopyright © 2018 Unity. All rights reserved.