Package org.keycloak.common.constants
Class KerberosConstants
- java.lang.Object
- 
- org.keycloak.common.constants.KerberosConstants
 
- 
 public class KerberosConstants extends Object - Author:
- Marek Posolda
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringALLOW_KERBEROS_AUTHENTICATIONConfiguration federation provider model attributes.static StringALLOW_PASSWORD_AUTHENTICATIONstatic StringDEBUGstatic StringGSS_DELEGATION_CREDENTIALInternal attribute used in "userSession.note" map and in accessToken claims .static StringGSS_DELEGATION_CREDENTIAL_DISPLAY_NAMEDisplay name for the above in admin console and consent screensstatic StringKERBEROS_REALMstatic StringKEYTABstatic OidKRB5_NAME_OIDstatic OidKRB5_OIDstatic StringNEGOTIATEValue of HTTP Headers "WWW-Authenticate" or "Authorization" used for SPNEGO/Kerberosstatic StringRESPONSE_TOKENInternal attribute used in "state" map .static StringSERVER_PRINCIPALstatic OidSPNEGO_OIDstatic StringUPDATE_PROFILE_FIRST_LOGINstatic StringUSE_KERBEROS_FOR_PASSWORD_AUTHENTICATION
 - 
Constructor SummaryConstructors Constructor Description KerberosConstants()
 
- 
- 
- 
Field Detail- 
NEGOTIATEpublic static final String NEGOTIATE Value of HTTP Headers "WWW-Authenticate" or "Authorization" used for SPNEGO/Kerberos- See Also:
- Constant Field Values
 
 - 
SPNEGO_OIDpublic static final Oid SPNEGO_OID 
 - 
KRB5_OIDpublic static final Oid KRB5_OID 
 - 
KRB5_NAME_OIDpublic static final Oid KRB5_NAME_OID 
 - 
ALLOW_KERBEROS_AUTHENTICATIONpublic static final String ALLOW_KERBEROS_AUTHENTICATION Configuration federation provider model attributes.- See Also:
- Constant Field Values
 
 - 
KERBEROS_REALMpublic static final String KERBEROS_REALM - See Also:
- Constant Field Values
 
 - 
SERVER_PRINCIPALpublic static final String SERVER_PRINCIPAL - See Also:
- Constant Field Values
 
 - 
KEYTABpublic static final String KEYTAB - See Also:
- Constant Field Values
 
 - 
DEBUGpublic static final String DEBUG - See Also:
- Constant Field Values
 
 - 
ALLOW_PASSWORD_AUTHENTICATIONpublic static final String ALLOW_PASSWORD_AUTHENTICATION - See Also:
- Constant Field Values
 
 - 
UPDATE_PROFILE_FIRST_LOGINpublic static final String UPDATE_PROFILE_FIRST_LOGIN - See Also:
- Constant Field Values
 
 - 
USE_KERBEROS_FOR_PASSWORD_AUTHENTICATIONpublic static final String USE_KERBEROS_FOR_PASSWORD_AUTHENTICATION - See Also:
- Constant Field Values
 
 - 
RESPONSE_TOKENpublic static final String RESPONSE_TOKEN Internal attribute used in "state" map . Contains token to be passed in HTTP Response back to browser to continue handshake- See Also:
- Constant Field Values
 
 - 
GSS_DELEGATION_CREDENTIALpublic static final String GSS_DELEGATION_CREDENTIAL Internal attribute used in "userSession.note" map and in accessToken claims . Contains credential from SPNEGO/Kerberos successful authentication- See Also:
- Constant Field Values
 
 - 
GSS_DELEGATION_CREDENTIAL_DISPLAY_NAMEpublic static final String GSS_DELEGATION_CREDENTIAL_DISPLAY_NAME Display name for the above in admin console and consent screens- See Also:
- Constant Field Values
 
 
- 
 
-