public class ChainingSignatureTrustEngineFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
ChainingSignatureTrustEngine
s.Constructor and Description |
---|
ChainingSignatureTrustEngineFactoryBean() |
Modifier and Type | Method and Description |
---|---|
protected Object |
createInstance() |
List<org.opensaml.xml.signature.SignatureTrustEngine> |
getChain()
Gets the chain member list.
|
Class |
getObjectType() |
void |
setChain(List<org.opensaml.xml.signature.SignatureTrustEngine> newChain)
Sets the chain member list.
|
public ChainingSignatureTrustEngineFactoryBean()
public List<org.opensaml.xml.signature.SignatureTrustEngine> getChain()
public void setChain(List<org.opensaml.xml.signature.SignatureTrustEngine> newChain)
newChain
- the new chain member listpublic 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.