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 theNameIDFormats whose NameQualifier attributes should allow for defaulting based on the result ofSingleLogoutProfileConfiguration.getQualifiedNameIDFormats(ProfileRequestContext)if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.If a specific setting is unavailable, no values are returned.
- Since:
- 3.4.0
-
-
Constructor Summary
Constructors Constructor Description QualifiedNameIDFormatsLookupFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>apply(ProfileRequestContext input)-
Methods inherited from class net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
-
-
-
Method Detail
-
apply
@Nullable @NonnullElements @NotLive @Unmodifiable public Collection<String> apply(@Nullable ProfileRequestContext input)
-
-