Constants.java

17 lines | 434 B Blame History Raw Download
package org.keycloak.models;

/**
 * @author <a href="mailto:bill@burkecentral.com">Bill Burke</a>
 * @version $Revision: 1 $
 */
public interface Constants {
    String ADMIN_CONSOLE_APPLICATION = "admin-console";

    String INTERNAL_ROLE = "KEYCLOAK_";

    String ACCOUNT_MANAGEMENT_APP = "account";

    String INSTALLED_APP_URN = "urn:ietf:wg:oauth:2.0:oob";
    String INSTALLED_APP_URL = "http://localhost";
}