Class KeyTransportEncryptionAlgorithmsLookupFunction
-
- All Implemented Interfaces:
Function<ProfileRequestContext,List<String>>,ContextDataLookupFunction<ProfileRequestContext,List<String>>
@Deprecated(since="2.2.0", forRemoval=true) public class KeyTransportEncryptionAlgorithmsLookupFunction extends net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction<List<String>>
Deprecated, for removal: This API element is subject to removal in a future version.A function that returnsEncryptionConfiguration.getKeyTransportEncryptionAlgorithms()if it is available in the security configuration of the profile configuration. The profile configuration is fetched from theRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.If a specific setting is unavailable, an empty list is returned.
-
-
Constructor Summary
Constructors Constructor Description KeyTransportEncryptionAlgorithmsLookupFunction()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<String>apply(ProfileRequestContext input)Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
-
-
-
Method Detail
-
apply
@Nullable public List<String> apply(@Nullable ProfileRequestContext input)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-