Class RequestObjectSupportedSignatureSigningAlgorithms
- java.lang.Object
-
- net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.navigate.RequestObjectSupportedSignatureSigningAlgorithms
-
- All Implemented Interfaces:
Function<com.nimbusds.openid.connect.sdk.op.OIDCProviderMetadata,List<String>>
public class RequestObjectSupportedSignatureSigningAlgorithms extends Object implements Function<com.nimbusds.openid.connect.sdk.op.OIDCProviderMetadata,List<String>>
Pull out the request object supported signature signing algorithms from the metadata.
-
-
Constructor Summary
Constructors Constructor Description RequestObjectSupportedSignatureSigningAlgorithms()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>apply(com.nimbusds.openid.connect.sdk.op.OIDCProviderMetadata metadata)
-