| Package | Description |
|---|---|
| org.cloudfoundry.uaa.identityzones |
| Modifier and Type | Method and Description |
|---|---|
Branding.Builder |
Branding.Builder.banner(Banner banner)
Initializes the value for the
banner attribute. |
static Branding.Builder |
Branding.builder()
Creates a builder for
Branding. |
Branding.Builder |
Branding.Builder.companyName(String companyName)
Initializes the value for the
companyName attribute. |
Branding.Builder |
Branding.Builder.consent(Consent consent)
Initializes the value for the
consent attribute. |
Branding.Builder |
Branding.Builder.footerLegalText(String footerLegalText)
Initializes the value for the
footerLegalText attribute. |
Branding.Builder |
Branding.Builder.footerLink(Map.Entry<String,? extends String> entry)
Put one entry to the
footerLinks map. |
Branding.Builder |
Branding.Builder.footerLink(String key,
String value)
Put one entry to the
footerLinks map. |
Branding.Builder |
Branding.Builder.footerLinks(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
footerLinks map. |
Branding.Builder |
Branding.Builder.from(Branding instance)
Fill a builder with attribute values from the provided
Branding instance. |
Branding.Builder |
Branding.Builder.productLogo(String productLogo)
Initializes the value for the
productLogo attribute. |
Branding.Builder |
Branding.Builder.putAllFooterLinks(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
footerLinks map. |
Branding.Builder |
Branding.Builder.squareLogo(String squareLogo)
Initializes the value for the
squareLogo attribute. |
Copyright © 2020. All rights reserved.