public class ApplicationConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCESS_TOKEN_ENDPOINT_CONTEXT |
static String |
AUTHORIZE_ENDPOINT_CONTEXT |
static String |
CALLBACK_URL |
static String |
CONSUMER_KEY |
static String |
CONSUMER_SECRET |
static String |
IS_HOST_NAME |
static String |
IS_PORT |
static String |
LOGOUT_ENDPOINT_CONTEXT |
static String |
SCOPE |
static String |
SESSION_IFRAME_ENDPOINT_CONTEXT |
static String |
USER_INFO_ENDPOINT_CONTEXT |
| Constructor and Description |
|---|
ApplicationConfig() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getAccessTokenEndpointContext() |
static String |
getAuthorizeEndpointContext() |
static String |
getCallbackUrl() |
static String |
getConsumerKey() |
static String |
getConsumerSecret() |
static String |
getISHostName() |
static int |
getISPort() |
static String |
getLogoutEndpointContext() |
static Properties |
getProperties() |
static String |
getScope() |
static String |
getSessionIframeEndpointContext() |
static String |
getUserInforEndpointContext() |
static void |
setProperties(Properties properties) |
public static final String CONSUMER_KEY
public static final String CONSUMER_SECRET
public static final String SCOPE
public static final String CALLBACK_URL
public static final String IS_HOST_NAME
public static final String IS_PORT
public static final String AUTHORIZE_ENDPOINT_CONTEXT
public static final String ACCESS_TOKEN_ENDPOINT_CONTEXT
public static final String LOGOUT_ENDPOINT_CONTEXT
public static final String USER_INFO_ENDPOINT_CONTEXT
public static final String SESSION_IFRAME_ENDPOINT_CONTEXT
public static Properties getProperties()
public static void setProperties(Properties properties)
public static String getConsumerKey()
public static String getConsumerSecret()
public static String getScope()
public static String getCallbackUrl()
public static String getAuthorizeEndpointContext()
public static String getAccessTokenEndpointContext()
public static String getLogoutEndpointContext()
public static String getUserInforEndpointContext()
public static String getSessionIframeEndpointContext()
public static String getISHostName()
public static int getISPort()
Copyright © 2007–2018 WSO2. All rights reserved.