Class AzureSettings
- java.lang.Object
-
- org.silverpeas.sso.azure.settings.AzureSettings
-
public class AzureSettings extends Object
- Author:
- silveryocha
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetClientId()Gets the client identifier.static StringgetClientSecretKey()Gets the client secret key.static StringgetSilverpeasDomainId()Gets the silverpeas domain identifier.static StringgetTenantAuthorityPath()Gets the tenant authority URI
-
-
-
Method Detail
-
getTenantAuthorityPath
public static String getTenantAuthorityPath()
Gets the tenant authority URI- Returns:
- uri as string.
-
getClientId
public static String getClientId()
Gets the client identifier.- Returns:
- identifier as string.
-
getClientSecretKey
public static String getClientSecretKey()
Gets the client secret key.- Returns:
- key as base64 string.
-
getSilverpeasDomainId
public static String getSilverpeasDomainId()
Gets the silverpeas domain identifier.- Returns:
- a string.
-
-