Package net.shibboleth.idp.saml.metadata
Class OrganizationUIInfo
java.lang.Object
net.shibboleth.idp.saml.metadata.OrganizationUIInfo
Class to contain a processed form of the
Organization
suitable for display purposes.-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Organization Display Names as a map from locale to actual value.private static final org.slf4j.Logger
logger.private final Predicate<LocalizedName>
Warning check against a non localized String.private final Predicate<LocalizedURI>
Warning check against a non localized URL.The Organization Names as a map from locale to actual value.The Organization URLs as a map from locale to actual value. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the Organization Display Names as a map from locale to actual value.Get the Organization Names as a map from locale to actual value.Return the Organization URLs as a map from locale to actual value.
-
Field Details
-
LOG
private static final org.slf4j.Logger LOGlogger. -
organizationNames
The Organization Names as a map from locale to actual value. -
displayNames
The Organization Display Names as a map from locale to actual value. -
urls
The Organization URLs as a map from locale to actual value. -
nullLanguageString
Warning check against a non localized String. -
nullLanguageURL
Warning check against a non localized URL.
-
-
Constructor Details
-
OrganizationUIInfo
Constructor.- Parameters:
organization
- The OpenSaml Organization to convert.
-
-
Method Details
-
getOrganizationNames
Get the Organization Names as a map from locale to actual value.- Returns:
- the display names
-
getOrganizationDisplayNames
Return the Organization Display Names as a map from locale to actual value.- Returns:
- the descriptions names (if any)
-
getOrganizationUrls
Return the Organization URLs as a map from locale to actual value.- Returns:
- the descriptions names (if any)
-