Package net.shibboleth.idp.saml.metadata
Class ACSUIInfo
java.lang.Object
net.shibboleth.idp.saml.metadata.ACSUIInfo
public class ACSUIInfo extends Object
Class to contain a processed form of the
AttributeConsumingService
suitable for display purposes.-
Field Summary
Fields Modifier and Type Field Description private static org.slf4j.Logger
LOG
logger.private Predicate<LocalizedName>
nullLanguageString
Warning check against a non localized String.private Map<Locale,String>
serviceDescriptions
The Service Descriptions as a map from locale to actual value.private Map<Locale,String>
serviceNames
The Service Names as a map from locale to actual value. -
Constructor Summary
Constructors Constructor Description ACSUIInfo(AttributeConsumingService acs)
Constructor. -
Method Summary
Modifier and Type Method Description Map<Locale,String>
getServiceDescriptions()
Return the descriptions as a map from locale to actual value.Map<Locale,String>
getServiceNames()
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)
-