keycloak
静的公開変数類 | 全メンバ一覧
org.keycloak.constants.ServiceUrlConstants インタフェース
org.keycloak.constants.ServiceUrlConstants 連携図
Collaboration graph

静的公開変数類

static final String AUTH_PATH = "/realms/{realm-name}/protocol/openid-connect/auth"
 
static final String TOKEN_PATH = "/realms/{realm-name}/protocol/openid-connect/token"
 
static final String TOKEN_SERVICE_LOGOUT_PATH = "/realms/{realm-name}/protocol/openid-connect/logout"
 
static final String ACCOUNT_SERVICE_PATH = "/realms/{realm-name}/account"
 
static final String REALM_INFO_PATH = "/realms/{realm-name}"
 
static final String CLIENTS_MANAGEMENT_REGISTER_NODE_PATH = "/realms/{realm-name}/clients-managements/register-node"
 
static final String CLIENTS_MANAGEMENT_UNREGISTER_NODE_PATH = "/realms/{realm-name}/clients-managements/unregister-node"
 
static final String JWKS_URL = "/realms/{realm-name}/protocol/openid-connect/certs"
 

詳解

著者
Bill Burke
バージョン
Revision
1

メンバ詳解

◆ ACCOUNT_SERVICE_PATH

final String org.keycloak.constants.ServiceUrlConstants.ACCOUNT_SERVICE_PATH = "/realms/{realm-name}/account"
static

◆ AUTH_PATH

final String org.keycloak.constants.ServiceUrlConstants.AUTH_PATH = "/realms/{realm-name}/protocol/openid-connect/auth"
static

◆ CLIENTS_MANAGEMENT_REGISTER_NODE_PATH

final String org.keycloak.constants.ServiceUrlConstants.CLIENTS_MANAGEMENT_REGISTER_NODE_PATH = "/realms/{realm-name}/clients-managements/register-node"
static

◆ CLIENTS_MANAGEMENT_UNREGISTER_NODE_PATH

final String org.keycloak.constants.ServiceUrlConstants.CLIENTS_MANAGEMENT_UNREGISTER_NODE_PATH = "/realms/{realm-name}/clients-managements/unregister-node"
static

◆ JWKS_URL

final String org.keycloak.constants.ServiceUrlConstants.JWKS_URL = "/realms/{realm-name}/protocol/openid-connect/certs"
static

◆ REALM_INFO_PATH

final String org.keycloak.constants.ServiceUrlConstants.REALM_INFO_PATH = "/realms/{realm-name}"
static

◆ TOKEN_PATH

final String org.keycloak.constants.ServiceUrlConstants.TOKEN_PATH = "/realms/{realm-name}/protocol/openid-connect/token"
static

◆ TOKEN_SERVICE_LOGOUT_PATH

final String org.keycloak.constants.ServiceUrlConstants.TOKEN_SERVICE_LOGOUT_PATH = "/realms/{realm-name}/protocol/openid-connect/logout"
static

このインタフェース詳解は次のファイルから抽出されました: