public class StaticExplicitKeySignatureTrustEngineFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
ExplicitKeySignatureTrustEngine
s based on a static credential resolver.コンストラクタと説明 |
---|
StaticExplicitKeySignatureTrustEngineFactoryBean() |
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
public StaticExplicitKeySignatureTrustEngineFactoryBean()
public List<Credential> getCredentials()
public void setCredentials(List<Credential> newCredentials)
newCredentials
- the new list of trusted credentialspublic Class getObjectType()
getObjectType
インタフェース内 org.springframework.beans.factory.FactoryBean
getObjectType
クラス内 org.springframework.beans.factory.config.AbstractFactoryBean
Copyright © 2012. All Rights Reserved.