keycloak
静的公開変数類 | 静的関数 | 静的非公開変数類 | 全メンバ一覧
org.keycloak.common.constants.KerberosConstants クラス
org.keycloak.common.constants.KerberosConstants 連携図
Collaboration graph

静的公開変数類

static final String NEGOTIATE = "Negotiate"
 
static final Oid SPNEGO_OID
 
static final Oid KRB5_OID
 
static final Oid KRB5_NAME_OID
 
static final String ALLOW_KERBEROS_AUTHENTICATION = "allowKerberosAuthentication"
 
static final String KERBEROS_REALM = "kerberosRealm"
 
static final String SERVER_PRINCIPAL = "serverPrincipal"
 
static final String KEYTAB = "keyTab"
 
static final String DEBUG = "debug"
 
static final String ALLOW_PASSWORD_AUTHENTICATION = "allowPasswordAuthentication"
 
static final String UPDATE_PROFILE_FIRST_LOGIN = "updateProfileFirstLogin"
 
static final String USE_KERBEROS_FOR_PASSWORD_AUTHENTICATION = "useKerberosForPasswordAuthentication"
 
static final String RESPONSE_TOKEN = "SpnegoResponseToken"
 
static final String GSS_DELEGATION_CREDENTIAL = "gss_delegation_credential"
 
static final String GSS_DELEGATION_CREDENTIAL_DISPLAY_NAME = "gss delegation credential"
 

静的関数

 [static initializer]
 

静的非公開変数類

static final String SPNEGO_OID_STR = "1.3.6.1.5.5.2"
 
static final String KRB5_OID_STR = "1.2.840.113554.1.2.2"
 
static final String KRB5_NAME_OID_STR = "1.2.840.113554.1.2.2.1"
 

詳解

著者
Marek Posolda

関数詳解

◆ [static initializer]()

org.keycloak.common.constants.KerberosConstants.[static initializer] ( )
inlinestaticpackage

メンバ詳解

◆ ALLOW_KERBEROS_AUTHENTICATION

final String org.keycloak.common.constants.KerberosConstants.ALLOW_KERBEROS_AUTHENTICATION = "allowKerberosAuthentication"
static

Configuration federation provider model attributes.

◆ ALLOW_PASSWORD_AUTHENTICATION

final String org.keycloak.common.constants.KerberosConstants.ALLOW_PASSWORD_AUTHENTICATION = "allowPasswordAuthentication"
static

◆ DEBUG

final String org.keycloak.common.constants.KerberosConstants.DEBUG = "debug"
static

◆ GSS_DELEGATION_CREDENTIAL

final String org.keycloak.common.constants.KerberosConstants.GSS_DELEGATION_CREDENTIAL = "gss_delegation_credential"
static

Internal attribute used in "userSession.note" map and in accessToken claims . Contains credential from SPNEGO/Kerberos successful authentication

◆ GSS_DELEGATION_CREDENTIAL_DISPLAY_NAME

final String org.keycloak.common.constants.KerberosConstants.GSS_DELEGATION_CREDENTIAL_DISPLAY_NAME = "gss delegation credential"
static

Display name for the above in admin console and consent screens

◆ KERBEROS_REALM

final String org.keycloak.common.constants.KerberosConstants.KERBEROS_REALM = "kerberosRealm"
static

◆ KEYTAB

final String org.keycloak.common.constants.KerberosConstants.KEYTAB = "keyTab"
static

◆ KRB5_NAME_OID

final Oid org.keycloak.common.constants.KerberosConstants.KRB5_NAME_OID
static

◆ KRB5_NAME_OID_STR

final String org.keycloak.common.constants.KerberosConstants.KRB5_NAME_OID_STR = "1.2.840.113554.1.2.2.1"
staticprivate

◆ KRB5_OID

final Oid org.keycloak.common.constants.KerberosConstants.KRB5_OID
static

◆ KRB5_OID_STR

final String org.keycloak.common.constants.KerberosConstants.KRB5_OID_STR = "1.2.840.113554.1.2.2"
staticprivate

OID of Kerberos v5 mechanism. See http://www.oid-info.com/get/1.2.840.113554.1.2.2

◆ NEGOTIATE

final String org.keycloak.common.constants.KerberosConstants.NEGOTIATE = "Negotiate"
static

Value of HTTP Headers "WWW-Authenticate" or "Authorization" used for SPNEGO/Kerberos

◆ RESPONSE_TOKEN

final String org.keycloak.common.constants.KerberosConstants.RESPONSE_TOKEN = "SpnegoResponseToken"
static

Internal attribute used in "state" map . Contains token to be passed in HTTP Response back to browser to continue handshake

◆ SERVER_PRINCIPAL

final String org.keycloak.common.constants.KerberosConstants.SERVER_PRINCIPAL = "serverPrincipal"
static

◆ SPNEGO_OID

final Oid org.keycloak.common.constants.KerberosConstants.SPNEGO_OID
static

◆ SPNEGO_OID_STR

final String org.keycloak.common.constants.KerberosConstants.SPNEGO_OID_STR = "1.3.6.1.5.5.2"
staticprivate

OID of SPNEGO mechanism. See http://www.oid-info.com/get/1.3.6.1.5.5.2

◆ UPDATE_PROFILE_FIRST_LOGIN

final String org.keycloak.common.constants.KerberosConstants.UPDATE_PROFILE_FIRST_LOGIN = "updateProfileFirstLogin"
static

◆ USE_KERBEROS_FOR_PASSWORD_AUTHENTICATION

final String org.keycloak.common.constants.KerberosConstants.USE_KERBEROS_FOR_PASSWORD_AUTHENTICATION = "useKerberosForPasswordAuthentication"
static

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