Class SigningMethodFactoryBean
- java.lang.Object
-
- org.springframework.beans.factory.config.AbstractFactoryBean<T>
-
- se.litsec.opensaml.core.spring.AbstractSAMLObjectBuilderFactoryBean<SigningMethod>
-
- se.litsec.opensaml.saml2.metadata.build.spring.SigningMethodFactoryBean
-
- 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<SigningMethod>,org.springframework.beans.factory.InitializingBean
public class SigningMethodFactoryBean extends AbstractSAMLObjectBuilderFactoryBean<SigningMethod>
A Spring factory bean forSigningMethodobjects.- Author:
- Martin Lindström (martin.lindstrom@litsec.se)s
-
-
Constructor Summary
Constructors Constructor Description SigningMethodFactoryBean(String algorithm)Constructor.SigningMethodFactoryBean(String algorithm, Integer minKeySize, Integer maxKeySize)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractSAMLObjectBuilder<SigningMethod>builder()Returns the builder.Class<?>getObjectType()-
Methods inherited from class se.litsec.opensaml.core.spring.AbstractSAMLObjectBuilderFactoryBean
createInstance, localizedStringListToVarArgs, stringListToVarArgs, toVarArgs
-
-
-
-
Constructor Detail
-
SigningMethodFactoryBean
public SigningMethodFactoryBean(String algorithm)
Constructor.- Parameters:
algorithm- the algorithm
-
-
Method Detail
-
builder
protected AbstractSAMLObjectBuilder<SigningMethod> builder()
Returns the builder.- Specified by:
builderin classAbstractSAMLObjectBuilderFactoryBean<SigningMethod>- Returns:
- the builder
-
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<SigningMethod>- Specified by:
getObjectTypein classorg.springframework.beans.factory.config.AbstractFactoryBean<SigningMethod>
-
-