@Generated(value="org.immutables.processor.ProxyProcessor") public final class Branding extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Branding.Builder
Builds instances of type
Branding. |
| Modifier and Type | Method and Description |
|---|---|
static Branding.Builder |
builder()
Creates a builder for
Branding. |
boolean |
equals(Object another)
This instance is equal to all instances of
Branding that have equal attribute values. |
Banner |
getBanner()
The banner configuration
|
String |
getCompanyName()
This name is used on the UAA Pages and in account management related communication in UAA
|
Consent |
getConsent()
The consent configuration
|
String |
getFooterLegalText()
This text appears on the footer of all UAA pages
|
Map<String,String> |
getFooterLinks()
These links appear on the footer of all UAA pages.
|
String |
getProductLogo()
This is a base64Url encoded PNG image which will be used as the logo on all UAA pages like Login, Sign Up etc.
|
String |
getSquareLogo()
This is a base64 encoded PNG image which will be used as the favicon for the UAA pages
|
int |
hashCode()
Computes a hash code from attributes:
banner, companyName, consent, footerLegalText, footerLinks, productLogo, squareLogo. |
String |
toString()
Prints the immutable value
Branding with attribute values. |
public Banner getBanner()
public String getCompanyName()
public Consent getConsent()
public String getFooterLegalText()
public Map<String,String> getFooterLinks()
public String getProductLogo()
public String getSquareLogo()
public boolean equals(Object another)
Branding that have equal attribute values.public int hashCode()
banner, companyName, consent, footerLegalText, footerLinks, productLogo, squareLogo.public String toString()
Branding with attribute values.public static Branding.Builder builder()
Branding.
Branding.builder()
.banner(org.cloudfoundry.uaa.identityzones.Banner | null) // nullable banner
.companyName(String | null) // nullable companyName
.consent(org.cloudfoundry.uaa.identityzones.Consent | null) // nullable consent
.footerLegalText(String | null) // nullable footerLegalText
.footerLinks(Map<String, String> | null) // nullable footerLinks
.productLogo(String | null) // nullable productLogo
.squareLogo(String | null) // nullable squareLogo
.build();
Copyright © 2020. All rights reserved.