Package de.xima.fc
Class CmnConst.Security.AzureAd
- java.lang.Object
 - 
- de.xima.fc.CmnConst.Security.AzureAd
 
 
- 
- Enclosing class:
 - CmnConst.Security
 
public static final class CmnConst.Security.AzureAd extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringAUTH_BASE_URLstatic StringGRAPH_BASE_URLstatic StringGRAPH_PROFILE_ENDPOINTstatic StringGRAPH_V1_BASE_URLstatic StringGRAPH_V1_ME_PHOTO_METADATA_URLstatic StringGRAPH_V1_ME_PHOTO_URLstatic StringGRAPH_V1_ME_URLstatic StringGRAPH_V1_USER_PHOTO_METADATA_URL_TEMPLATEstatic StringGRAPH_V1_USER_PHOTO_URL_TEMPLATEstatic StringGRAPH_V1_USER_URL_TEMPLATEstatic StringGRAPH_V1_USERS_URLstatic StringOAUTH2_V2_AUTHORIZATION_ENDPOINT_TMEPLATEstatic StringOAUTH2_V2_TOKEN_ENDPOINT_TMEPLATE 
- 
Constructor Summary
Constructors Constructor Description AzureAd() 
 - 
 
- 
- 
Field Detail
- 
AUTH_BASE_URL
public static final String AUTH_BASE_URL
- See Also:
 - Constant Field Values
 
 
- 
OAUTH2_V2_AUTHORIZATION_ENDPOINT_TMEPLATE
public static final String OAUTH2_V2_AUTHORIZATION_ENDPOINT_TMEPLATE
- See Also:
 - Constant Field Values
 
 
- 
OAUTH2_V2_TOKEN_ENDPOINT_TMEPLATE
public static final String OAUTH2_V2_TOKEN_ENDPOINT_TMEPLATE
- See Also:
 - Constant Field Values
 
 
- 
GRAPH_BASE_URL
public static final String GRAPH_BASE_URL
- See Also:
 - Constant Field Values
 
 
- 
GRAPH_V1_BASE_URL
public static final String GRAPH_V1_BASE_URL
- See Also:
 - Constant Field Values
 
 
- 
GRAPH_V1_ME_URL
public static final String GRAPH_V1_ME_URL
- See Also:
 - Constant Field Values
 
 
- 
GRAPH_V1_ME_PHOTO_METADATA_URL
public static final String GRAPH_V1_ME_PHOTO_METADATA_URL
- See Also:
 - Constant Field Values
 
 
- 
GRAPH_V1_ME_PHOTO_URL
public static final String GRAPH_V1_ME_PHOTO_URL
- See Also:
 - Constant Field Values
 
 
- 
GRAPH_V1_USERS_URL
public static final String GRAPH_V1_USERS_URL
- See Also:
 - Constant Field Values
 
 
- 
GRAPH_V1_USER_URL_TEMPLATE
public static final String GRAPH_V1_USER_URL_TEMPLATE
- See Also:
 - Constant Field Values
 
 
- 
GRAPH_V1_USER_PHOTO_METADATA_URL_TEMPLATE
public static final String GRAPH_V1_USER_PHOTO_METADATA_URL_TEMPLATE
- See Also:
 - Constant Field Values
 
 
- 
GRAPH_V1_USER_PHOTO_URL_TEMPLATE
public static final String GRAPH_V1_USER_PHOTO_URL_TEMPLATE
- See Also:
 - Constant Field Values
 
 
- 
GRAPH_PROFILE_ENDPOINT
public static final String GRAPH_PROFILE_ENDPOINT
- See Also:
 - Constant Field Values
 
 
 - 
 
 -