Class LogoFactoryBean
- java.lang.Object
-
- org.springframework.beans.factory.config.AbstractFactoryBean<T>
-
- se.litsec.opensaml.core.spring.AbstractSAMLObjectBuilderFactoryBean<Logo>
-
- se.litsec.opensaml.saml2.metadata.build.spring.LogoFactoryBean
-
- 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<Logo>
,org.springframework.beans.factory.InitializingBean
public class LogoFactoryBean extends AbstractSAMLObjectBuilderFactoryBean<Logo>
A Spring factory bean for creatingLogo
objects.- Author:
- Martin Lindström (martin.lindstrom@litsec.se)
- See Also:
LogoBuilder
-
-
Constructor Summary
Constructors Constructor Description LogoFactoryBean(String url, Integer height, Integer width)
Constructor setting the the URL, height and width, but no language tag.LogoFactoryBean(String url, String language, Integer height, Integer width)
Constructor setting the the URL, its language tag and the height and width.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractSAMLObjectBuilder<Logo>
builder()
Returns the builder.Class<?>
getObjectType()
-
Methods inherited from class se.litsec.opensaml.core.spring.AbstractSAMLObjectBuilderFactoryBean
createInstance, localizedStringListToVarArgs, stringListToVarArgs, toVarArgs
-
-
-
-
Method Detail
-
getObjectType
public Class<?> getObjectType()
-
builder
protected AbstractSAMLObjectBuilder<Logo> builder()
Returns the builder.- Specified by:
builder
in classAbstractSAMLObjectBuilderFactoryBean<Logo>
- Returns:
- the builder
-
-