Class RequestObjectSupportedSignatureSigningAlgorithms
java.lang.Object
net.shibboleth.sp.oidc.metadata.impl.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 Details
-
RequestObjectSupportedSignatureSigningAlgorithms
public RequestObjectSupportedSignatureSigningAlgorithms()
-
-
Method Details