Class QualifiedNameIDFormatsLookupFunction
java.lang.Object
net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction<Collection<String>>
net.shibboleth.idp.saml.profile.config.navigate.QualifiedNameIDFormatsLookupFunction
- All Implemented Interfaces:
Function<ProfileRequestContext,
,Collection<String>> ContextDataLookupFunction<ProfileRequestContext,
Collection<String>>
public class QualifiedNameIDFormatsLookupFunction
extends AbstractRelyingPartyLookupFunction<Collection<String>>
A function that returns the
NameID
Formats
whose NameQualifier attributes should allow for defaulting based on the result of
SingleLogoutProfileConfiguration.getQualifiedNameIDFormats(ProfileRequestContext)
if such a profile is available from a RelyingPartyContext
obtained via a lookup function,
by default a child of the ProfileRequestContext
.
If a specific setting is unavailable, no values are returned.
- Since:
- 3.4.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
Constructor Details
-
QualifiedNameIDFormatsLookupFunction
public QualifiedNameIDFormatsLookupFunction()
-
-
Method Details
-
apply
@Nullable @NonnullElements @NotLive @Unmodifiable public Collection<String> apply(@Nullable ProfileRequestContext input)
-