Class SocialAuthentication


  • public class SocialAuthentication
    extends java.lang.Object
    SocialAuthentication.
    • Constructor Detail

      • SocialAuthentication

        public SocialAuthentication()
    • Method Detail

      • authentication

        public SocialAuthentication authentication​(java.lang.String authentication)
        authentication.
        Returns:
        SocialAuthentication
      • getAuthentication

        public java.lang.String getAuthentication()
        Reserved: TBD.
        Returns:
        authentication
      • setAuthentication

        public void setAuthentication​(java.lang.String authentication)
        setAuthentication.
      • equals

        public boolean equals​(java.lang.Object o)
        Compares objects.
        Overrides:
        equals in class java.lang.Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Converts the given object to string.
        Overrides:
        toString in class java.lang.Object