Class DigestMethodFactoryBean
- java.lang.Object
-
- org.springframework.beans.factory.config.AbstractFactoryBean<T>
-
- se.litsec.opensaml.core.spring.AbstractSAMLObjectBuilderFactoryBean<DigestMethod>
-
- se.litsec.opensaml.saml2.metadata.build.spring.DigestMethodFactoryBean
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanClassLoaderAware
,org.springframework.beans.factory.BeanFactoryAware
,org.springframework.beans.factory.DisposableBean
,org.springframework.beans.factory.FactoryBean<DigestMethod>
,org.springframework.beans.factory.InitializingBean
public class DigestMethodFactoryBean extends AbstractSAMLObjectBuilderFactoryBean<DigestMethod>
A Spring factory bean forDigestMethod
objects.- Author:
- Martin Lindström (martin.lindstrom@litsec.se)s
-
-
Constructor Summary
Constructors Constructor Description DigestMethodFactoryBean(String algorithm)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractSAMLObjectBuilder<DigestMethod>
builder()
Returns the builder.Class<?>
getObjectType()
-
Methods inherited from class se.litsec.opensaml.core.spring.AbstractSAMLObjectBuilderFactoryBean
createInstance, localizedStringListToVarArgs, stringListToVarArgs, toVarArgs
-
-
-
-
Constructor Detail
-
DigestMethodFactoryBean
public DigestMethodFactoryBean(String algorithm)
Constructor.- Parameters:
algorithm
- the algorithm
-
-
Method Detail
-
builder
protected AbstractSAMLObjectBuilder<DigestMethod> builder()
Returns the builder.- Specified by:
builder
in classAbstractSAMLObjectBuilderFactoryBean<DigestMethod>
- Returns:
- the builder
-
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectType
in interfaceorg.springframework.beans.factory.FactoryBean<DigestMethod>
- Specified by:
getObjectType
in classorg.springframework.beans.factory.config.AbstractFactoryBean<DigestMethod>
-
-