Class GooglePlusUserInfo

    • Field Detail

      • verified

        protected boolean verified
      • gender

        protected String gender
    • Constructor Detail

      • GooglePlusUserInfo

        public GooglePlusUserInfo()
    • Method Detail

      • getSubject

        public String getSubject()
        Specified by:
        getSubject in interface OpenIDUserInfo
        Returns:
        Subject - Identifier for the End-User at the Issuer.
      • getName

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

        public String getNickname()
        Specified by:
        getNickname in interface OpenIDUserInfo
        Returns:
        Casual name of the End-User that may or may not be the same as the given_name.
      • isEmailVerified

        public boolean isEmailVerified()
        Specified by:
        isEmailVerified in interface OpenIDUserInfo
        Returns:
        True if the End-User's e-mail address has been verified; otherwise false.
      • getZoneInfo

        public String getZoneInfo()
        Specified by:
        getZoneInfo in interface OpenIDUserInfo
        Returns:
        String from zoneinfo time zone database representing the End-User's time zone.
      • getUpdatedTime

        public Date getUpdatedTime()
        Specified by:
        getUpdatedTime in interface OpenIDUserInfo
        Returns:
        Time the End-User's information was last updated.
      • getNameObject

        protected com.google.api.client.util.ArrayMap<String,​Object> getNameObject()
      • getEmailsObject

        protected List<com.google.api.client.util.ArrayMap<String,​Object>> getEmailsObject()