All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.phasetwo.service.Orgs Maven / Gradle / Ivy

There is a newer version: 0.84
Show newest version
package io.phasetwo.service;

public class Orgs {

  public static final String ORG_OWNER_CONFIG_KEY = "home.idp.discovery.org";
  public static final String FIELD_ORG_ID = "org_id";
  public static final String ORG_AUTH_FLOW_ALIAS = "post org broker login";
  public static final String ORG_DEFAULT_POST_BROKER_FLOW_KEY =
      "_providerConfig.orgs.defaults.postBrokerFlow";
  public static final String ORG_DEFAULT_SYNC_MODE_KEY = "_providerConfig.orgs.defaults.syncMode";
  public static final String ACTIVE_ORGANIZATION = "org.ro.active";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy