Class OpenidDiscovery

    • Method Detail

      • fromJson

        public static OpenidDiscovery fromJson​(String json,
                                               com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON String into a OpenidDiscovery object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON String
        objectMapper - Jackson ObjectMapper
        Returns:
        OpenidDiscovery object represented by the provided JSON
      • fromJson

        public static OpenidDiscovery fromJson​(InputStream json,
                                               com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON InputStream into a OpenidDiscovery object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON InputStream
        objectMapper - Jackson ObjectMapper
        Returns:
        OpenidDiscovery object represented by the provided JSON
      • getIssuer

        public final URI getIssuer()
      • getAuthorizationEndpoint

        public final URI getAuthorizationEndpoint()
      • getDeviceAuthorizationEndpoint

        public final URI getDeviceAuthorizationEndpoint()
      • getTokenEndpoint

        public final URI getTokenEndpoint()
      • getUserinfoEndpoint

        public final URI getUserinfoEndpoint()
      • getRevocationEndpoint

        public final URI getRevocationEndpoint()
      • getJwkUri

        public final URI getJwkUri()
      • getResponseTypeSupported

        public final List<String> getResponseTypeSupported()
      • getSubjectTypeSupported

        public final List<String> getSubjectTypeSupported()
      • getIdTokenSigningAlgValuesSupported

        public final List<String> getIdTokenSigningAlgValuesSupported()
      • getScopesSupported

        public final List<String> getScopesSupported()
      • getClaimsSupported

        public final List<String> getClaimsSupported()
      • getUrl

        public final URI getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object