public class CellStsUtils extends Object
| Constructor and Description |
|---|
CellStsUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
buildCellStsConfiguration() |
static String |
getCellImageName() |
static String |
getCellVersion() |
static String |
getConfigFilePath() |
static String |
getGatewayIssuer(String cellName) |
static String |
getIssuerName(String cellName)
Returns the issuer name.
|
static String |
getMyCellName() |
static String |
getPrettyPrintJson(Map<String,String> attributes) |
static String |
getUnsecuredPathsConfigPath() |
static boolean |
isRequestToMicroGateway(CellStsRequest cellStsRequest) |
static boolean |
isRunningInDebugMode()
Checks whether the STS is running in debug mode.
|
static boolean |
isWorkloadExternalToCellery(String destinationWorkloadName) |
static void |
readUnsecuredContexts() |
public static String getMyCellName() throws CelleryCellSTSException
CelleryCellSTSExceptionpublic static String getCellImageName()
public static String getCellVersion()
public static boolean isRequestToMicroGateway(CellStsRequest cellStsRequest) throws CelleryCellSTSException
CelleryCellSTSExceptionpublic static boolean isWorkloadExternalToCellery(String destinationWorkloadName)
public static String getIssuerName(String cellName)
cellName - Name of the cell.public static String getConfigFilePath()
public static String getUnsecuredPathsConfigPath()
public static void buildCellStsConfiguration()
throws CelleryCellSTSException
CelleryCellSTSExceptionpublic static void readUnsecuredContexts()
throws CelleryCellSTSException
CelleryCellSTSExceptionpublic static boolean isRunningInDebugMode()
Copyright © 2019 WSO2. All rights reserved.