Class FacebookLoginConfig


  • public class FacebookLoginConfig
    extends java.lang.Object
    This is a helper class for accessing the properties file for Facebook login provider.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAppId()
      Get the Facebook application id.
      static FacebookLoginConfig getInstance()  
      java.lang.String getLogin()
      Get the login name for the I-Server session.
      java.lang.String getOAuthURL()
      Get the Facebook authentication URL.
      java.lang.String getPassword()
      Get the password for the I-Server session.
      java.lang.String getScope()
      Get the scope requested by the Facebook application.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getAppId

        public java.lang.String getAppId()
        Get the Facebook application id.
        Returns:
        application id
      • getOAuthURL

        public java.lang.String getOAuthURL()
        Get the Facebook authentication URL.
        Returns:
        authentication URL
      • getScope

        public java.lang.String getScope()
        Get the scope requested by the Facebook application.
        Returns:
        scope
      • getLogin

        public java.lang.String getLogin()
        Get the login name for the I-Server session.
        Returns:
        login name
      • getPassword

        public java.lang.String getPassword()
        Get the password for the I-Server session.
        Returns:
        password