public class StaticExplicitKeySignatureTrustEngineFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
ExplicitKeySignatureTrustEngine
s 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.FactoryBean
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean
Copyright © 1999-2012. All Rights Reserved.