Package com.microstrategy.web.app
Class FacebookLoginConfig
- java.lang.Object
-
- com.microstrategy.web.app.FacebookLoginConfig
-
public class FacebookLoginConfig extends java.lang.ObjectThis 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.StringgetAppId()Get the Facebook application id.static FacebookLoginConfiggetInstance()java.lang.StringgetLogin()Get the login name for the I-Server session.java.lang.StringgetOAuthURL()Get the Facebook authentication URL.java.lang.StringgetPassword()Get the password for the I-Server session.java.lang.StringgetScope()Get the scope requested by the Facebook application.
-
-
-
Method Detail
-
getInstance
public static FacebookLoginConfig getInstance()
-
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
-
-