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