public class LogoFactoryBean extends AbstractSAMLObjectBuilderFactoryBean<Logo>
Logo objects.LogoBuilder| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractSAMLObjectBuilder<Logo> |
builder()
Returns the builder.
|
Class<?> |
getObjectType() |
createInstance, localizedStringListToVarArgs, stringListToVarArgs, toVarArgspublic LogoFactoryBean(String url, Integer height, Integer width)
url - the logo URLheight - the height in pixelswidth - the width in pixelspublic Class<?> getObjectType()
protected AbstractSAMLObjectBuilder<Logo> builder()
builder in class AbstractSAMLObjectBuilderFactoryBean<Logo>Copyright © 2018 Litsec AB. All rights reserved.