Interface OIDCWebFingerResponse


  • public interface OIDCWebFingerResponse
    An interface for Web Finger responses related to OIDC.
    • Method Detail

      • getSubject

        String getSubject()
        Get the identifier for the target End-User that is the subject of the discovery links.
        Returns:
        The identifier for the target End-User that is the subject of the discovery links.
      • getLinks

        List<OIDCWebFingerResponse.Link> getLinks()
        Get the links for services being able to authenticate the target End-User.
        Returns:
        The links for services being able to authenticate the target End-User.