Package | Description |
---|---|
org.keycloak.federation.kerberos | |
org.keycloak.federation.kerberos.impl | |
org.keycloak.storage.ldap | |
org.keycloak.storage.ldap.kerberos |
Modifier and Type | Class and Description |
---|---|
class |
KerberosConfig
Configuration specific to
KerberosFederationProvider |
Modifier and Type | Method and Description |
---|---|
protected KerberosServerSubjectAuthenticator |
KerberosFederationProviderFactory.createKerberosSubjectAuthenticator(CommonKerberosConfig kerberosConfig) |
protected KerberosUsernamePasswordAuthenticator |
KerberosFederationProviderFactory.createKerberosUsernamePasswordAuthenticator(CommonKerberosConfig kerberosConfig) |
protected SPNEGOAuthenticator |
KerberosFederationProviderFactory.createSPNEGOAuthenticator(String spnegoToken,
CommonKerberosConfig kerberosConfig) |
Modifier and Type | Field and Description |
---|---|
protected CommonKerberosConfig |
KerberosUsernamePasswordAuthenticator.config |
Constructor and Description |
---|
KerberosServerSubjectAuthenticator(CommonKerberosConfig config) |
KerberosUsernamePasswordAuthenticator(CommonKerberosConfig config) |
SPNEGOAuthenticator(CommonKerberosConfig kerberosConfig,
KerberosServerSubjectAuthenticator kerberosSubjectAuthenticator,
String spnegoToken) |
Modifier and Type | Method and Description |
---|---|
protected KerberosServerSubjectAuthenticator |
LDAPStorageProviderFactory.createKerberosSubjectAuthenticator(CommonKerberosConfig kerberosConfig) |
protected KerberosUsernamePasswordAuthenticator |
LDAPStorageProviderFactory.createKerberosUsernamePasswordAuthenticator(CommonKerberosConfig kerberosConfig) |
protected SPNEGOAuthenticator |
LDAPStorageProviderFactory.createSPNEGOAuthenticator(String spnegoToken,
CommonKerberosConfig kerberosConfig) |
Modifier and Type | Class and Description |
---|---|
class |
LDAPProviderKerberosConfig
Configuration specific to
LDAPStorageProvider |
Copyright © 2021 JBoss by Red Hat. All rights reserved.