public class StaticExplicitKeyTrustEngineFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
ExplicitKeyTrustEngine
s based on a static credential resolver.Constructor and Description |
---|
StaticExplicitKeyTrustEngineFactoryBean() |
Modifier and Type | Method and Description |
---|---|
protected Object |
createInstance() |
List<org.opensaml.xml.security.credential.Credential> |
getCredentials()
Gets the list of trusted credentials.
|
Class |
getObjectType() |
void |
setCredentials(List<org.opensaml.xml.security.credential.Credential> newCredentials)
Sets the list of trusted credentials.
|
public StaticExplicitKeyTrustEngineFactoryBean()
public List<org.opensaml.xml.security.credential.Credential> getCredentials()
public void setCredentials(List<org.opensaml.xml.security.credential.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–2014. All rights reserved.