public class StaticExplicitKeySignatureTrustEngineFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
ExplicitKeySignatureTrustEngines based on a static credential resolver.| Modifier and Type | Field and Description |
|---|---|
private List<Credential> |
credentials
List of trusted credentials.
|
| Constructor and Description |
|---|
StaticExplicitKeySignatureTrustEngineFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createInstance() |
List<Credential> |
getCredentials()
Gets the list of trusted credentials.
|
Class |
getObjectType() |
void |
setCredentials(List<Credential> newCredentials)
Sets the list of trusted credentials.
|
private List<Credential> credentials
public StaticExplicitKeySignatureTrustEngineFactoryBean()
public List<Credential> getCredentials()
public void setCredentials(List<Credential> newCredentials)
newCredentials - the new list of trusted credentialspublic Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeangetObjectType in class org.springframework.beans.factory.config.AbstractFactoryBeanCopyright © 1999-2015. All Rights Reserved.