Interface OpenIDUserInfo

    • Method Detail

      • getSubject

        String getSubject()
        Returns:
        Subject - Identifier for the End-User at the Issuer.
      • getName

        String getName()
        Returns:
        End-User's full name in displayable form including all name parts, ordered according to End-User's locale and preferences
      • getNickname

        String getNickname()
        Returns:
        Casual name of the End-User that may or may not be the same as the given_name.
      • getPicture

        String getPicture()
        Returns:
        URL of the End-User's profile picture.
      • getWebsite

        String getWebsite()
        Returns:
        URL of the End-User's web page or blog.
      • getEmail

        String getEmail()
        Returns:
        End-User's preferred e-mail address.
      • isEmailVerified

        boolean isEmailVerified()
        Returns:
        True if the End-User's e-mail address has been verified; otherwise false.
      • getGender

        String getGender()
        Returns:
        End-User's gender. (female or male).
      • getZoneInfo

        String getZoneInfo()
        Returns:
        String from zoneinfo time zone database representing the End-User's time zone.
      • getUpdatedTime

        Date getUpdatedTime()
        Returns:
        Time the End-User's information was last updated.