| Package | Description |
|---|---|
| org.keycloak.federation.kerberos | |
| org.keycloak.federation.kerberos.impl |
| 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) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.