Class KeyTransportEncryptionAlgorithmsLookupFunction
java.lang.Object
net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction<List<String>>
net.shibboleth.oidc.profile.config.navigate.KeyTransportEncryptionAlgorithmsLookupFunction
- All Implemented Interfaces:
Function<ProfileRequestContext,,List<String>> ContextDataLookupFunction<ProfileRequestContext,List<String>>
@Deprecated(since="2.2.0",
forRemoval=true)
public class KeyTransportEncryptionAlgorithmsLookupFunction
extends AbstractRelyingPartyLookupFunction<List<String>>
Deprecated, for removal: This API element is subject to removal in a future version.
A function that returns
EncryptionConfiguration.getKeyTransportEncryptionAlgorithms() if it is available in
the security configuration of the profile configuration. The profile configuration is fetched from the
RelyingPartyContext obtained via a lookup function, by default a child of the ProfileRequestContext.
If a specific setting is unavailable, an empty list is returned.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionapply(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
-
Constructor Details
-
KeyTransportEncryptionAlgorithmsLookupFunction
public KeyTransportEncryptionAlgorithmsLookupFunction()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
apply
Deprecated, for removal: This API element is subject to removal in a future version.
-