|
keycloak
|

静的公開変数類 | |
| 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" |
|
inlinestaticpackage |
|
static |
Configuration federation provider model attributes.
|
static |
|
static |
|
static |
Internal attribute used in "userSession.note" map and in accessToken claims . Contains credential from SPNEGO/Kerberos successful authentication
|
static |
Display name for the above in admin console and consent screens
|
static |
|
static |
|
static |
|
staticprivate |
OID of Kerberos v5 name. See http://www.oid-info.com/get/1.2.840.113554.1.2.2.1
|
static |
|
staticprivate |
OID of Kerberos v5 mechanism. See http://www.oid-info.com/get/1.2.840.113554.1.2.2
|
static |
Value of HTTP Headers "WWW-Authenticate" or "Authorization" used for SPNEGO/Kerberos
|
static |
Internal attribute used in "state" map . Contains token to be passed in HTTP Response back to browser to continue handshake
|
static |
|
static |
|
staticprivate |
OID of SPNEGO mechanism. See http://www.oid-info.com/get/1.3.6.1.5.5.2
|
static |
|
static |
1.8.13