keycloak-service
静的公開変数類 | 非公開メンバ関数 | 全メンバ一覧
org.keycloak.protocol.oidc.OIDCConfigAttributes クラス
org.keycloak.protocol.oidc.OIDCConfigAttributes 連携図
Collaboration graph

静的公開変数類

static final String USER_INFO_RESPONSE_SIGNATURE_ALG = "user.info.response.signature.alg"
 
static final String REQUEST_OBJECT_SIGNATURE_ALG = "request.object.signature.alg"
 
static final String REQUEST_OBJECT_REQUIRED = "request.object.required"
 
static final String REQUEST_OBJECT_REQUIRED_REQUEST_OR_REQUEST_URI = "request or request_uri"
 
static final String REQUEST_OBJECT_REQUIRED_REQUEST = "request only"
 
static final String REQUEST_OBJECT_REQUIRED_REQUEST_URI = "request_uri only"
 
static final String JWKS_URL = "jwks.url"
 
static final String USE_JWKS_URL = "use.jwks.url"
 
static final String EXCLUDE_SESSION_STATE_FROM_AUTH_RESPONSE = "exclude.session.state.from.auth.response"
 
static final String USE_MTLS_HOK_TOKEN = "tls.client.certificate.bound.access.tokens"
 
static final String ID_TOKEN_SIGNED_RESPONSE_ALG = "id.token.signed.response.alg"
 
static final String ACCESS_TOKEN_SIGNED_RESPONSE_ALG = "access.token.signed.response.alg"
 
static final String ACCESS_TOKEN_LIFESPAN = "access.token.lifespan"
 

非公開メンバ関数

 OIDCConfigAttributes ()
 

詳解

構築子と解体子

◆ OIDCConfigAttributes()

org.keycloak.protocol.oidc.OIDCConfigAttributes.OIDCConfigAttributes ( )
inlineprivate
44  {
45  }

メンバ詳解

◆ ACCESS_TOKEN_LIFESPAN

final String org.keycloak.protocol.oidc.OIDCConfigAttributes.ACCESS_TOKEN_LIFESPAN = "access.token.lifespan"
static

◆ ACCESS_TOKEN_SIGNED_RESPONSE_ALG

final String org.keycloak.protocol.oidc.OIDCConfigAttributes.ACCESS_TOKEN_SIGNED_RESPONSE_ALG = "access.token.signed.response.alg"
static

◆ EXCLUDE_SESSION_STATE_FROM_AUTH_RESPONSE

final String org.keycloak.protocol.oidc.OIDCConfigAttributes.EXCLUDE_SESSION_STATE_FROM_AUTH_RESPONSE = "exclude.session.state.from.auth.response"
static

◆ ID_TOKEN_SIGNED_RESPONSE_ALG

final String org.keycloak.protocol.oidc.OIDCConfigAttributes.ID_TOKEN_SIGNED_RESPONSE_ALG = "id.token.signed.response.alg"
static

◆ JWKS_URL

final String org.keycloak.protocol.oidc.OIDCConfigAttributes.JWKS_URL = "jwks.url"
static

◆ REQUEST_OBJECT_REQUIRED

final String org.keycloak.protocol.oidc.OIDCConfigAttributes.REQUEST_OBJECT_REQUIRED = "request.object.required"
static

◆ REQUEST_OBJECT_REQUIRED_REQUEST

final String org.keycloak.protocol.oidc.OIDCConfigAttributes.REQUEST_OBJECT_REQUIRED_REQUEST = "request only"
static

◆ REQUEST_OBJECT_REQUIRED_REQUEST_OR_REQUEST_URI

final String org.keycloak.protocol.oidc.OIDCConfigAttributes.REQUEST_OBJECT_REQUIRED_REQUEST_OR_REQUEST_URI = "request or request_uri"
static

◆ REQUEST_OBJECT_REQUIRED_REQUEST_URI

final String org.keycloak.protocol.oidc.OIDCConfigAttributes.REQUEST_OBJECT_REQUIRED_REQUEST_URI = "request_uri only"
static

◆ REQUEST_OBJECT_SIGNATURE_ALG

final String org.keycloak.protocol.oidc.OIDCConfigAttributes.REQUEST_OBJECT_SIGNATURE_ALG = "request.object.signature.alg"
static

◆ USE_JWKS_URL

final String org.keycloak.protocol.oidc.OIDCConfigAttributes.USE_JWKS_URL = "use.jwks.url"
static

◆ USE_MTLS_HOK_TOKEN

final String org.keycloak.protocol.oidc.OIDCConfigAttributes.USE_MTLS_HOK_TOKEN = "tls.client.certificate.bound.access.tokens"
static

◆ USER_INFO_RESPONSE_SIGNATURE_ALG

final String org.keycloak.protocol.oidc.OIDCConfigAttributes.USER_INFO_RESPONSE_SIGNATURE_ALG = "user.info.response.signature.alg"
static

このクラス詳解は次のファイルから抽出されました: