Class 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 Detail

      • RequestObjectSupportedSignatureSigningAlgorithms

        public RequestObjectSupportedSignatureSigningAlgorithms()
    • Method Detail

      • apply

        @Nullable
        public List<String> apply​(@Nullable
                                  com.nimbusds.openid.connect.sdk.op.OIDCProviderMetadata metadata)
        Specified by:
        apply in interface Function<com.nimbusds.openid.connect.sdk.op.OIDCProviderMetadata,​List<String>>