Uses of Class
se.litsec.opensaml.saml2.metadata.build.LogoBuilder
-
Packages that use LogoBuilder Package Description se.litsec.opensaml.saml2.metadata.build To create SAML metadata (EntityDescriptor
elements) requires a lot of coding. -
-
Uses of LogoBuilder in se.litsec.opensaml.saml2.metadata.build
Methods in se.litsec.opensaml.saml2.metadata.build that return LogoBuilder Modifier and Type Method Description static LogoBuilder
LogoBuilder. builder()
Creates a newLogoBuilder
instance.LogoBuilder
LogoBuilder. height(Integer height)
Assigns the height of theLogo
.LogoBuilder
LogoBuilder. language(String language)
Assigns the language tag of theLogo
.LogoBuilder
LogoBuilder. url(String url)
Assigns the URL of theLogo
.LogoBuilder
LogoBuilder. width(Integer width)
Assigns the width of theLogo
.
-