Class Utils


  • public class Utils
    extends Object
    Author:
    scf
    • Method Detail

      • getKeycloakConfig

        public static String getKeycloakConfig​(CoreSettings coreSettings)
        Load the keycloak config from the given CoreSettings.
        Parameters:
        coreSettings - the CoreSettings to load the keycloak config from.
        Returns:
        the keycloak config.
      • resolveDeployment

        public static org.keycloak.adapters.KeycloakDeployment resolveDeployment​(CoreSettings coreSettings)
        Create a new KeycloakDeployment from settings loaded from the given CoreSettings.
        Parameters:
        coreSettings - The CoreSettings to create a KeycloakDeployment from.
        Returns:
        the new KeycloakDeployment.