Package net.shibboleth.idp.saml.metadata
Class ACSUIInfo
java.lang.Object
net.shibboleth.idp.saml.metadata.ACSUIInfo
Class to contain a processed form of the
AttributeConsumingService
suitable for display purposes.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.slf4j.Logger
logger.private final Predicate<LocalizedName>
Warning check against a non localized String.The Service Descriptions as a map from locale to actual value.The Service Names as a map from locale to actual value. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the descriptions as a map from locale to actual value.Get the Display Names as a map from locale to actual value.
-
Field Details
-
LOG
@Nonnull private static final org.slf4j.Logger LOGlogger. -
serviceNames
The Service Names as a map from locale to actual value. -
serviceDescriptions
The Service Descriptions as a map from locale to actual value. -
nullLanguageString
Warning check against a non localized String.
-
-
Constructor Details
-
ACSUIInfo
Constructor.- Parameters:
acs
- The OpenSaml AssertionConsumingService to convert.
-
-
Method Details
-
getServiceNames
Get the Display Names as a map from locale to actual value.- Returns:
- the display names
-
getServiceDescriptions
Return the descriptions as a map from locale to actual value.- Returns:
- the descriptions names (if any)
-