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 (EntityDescriptorelements) 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 LogoBuilderLogoBuilder. builder()Creates a newLogoBuilderinstance.LogoBuilderLogoBuilder. height(Integer height)Assigns the height of theLogo.LogoBuilderLogoBuilder. language(String language)Assigns the language tag of theLogo.LogoBuilderLogoBuilder. url(String url)Assigns the URL of theLogo.LogoBuilderLogoBuilder. width(Integer width)Assigns the width of theLogo.
-