| Package | Description |
|---|---|
| net.shibboleth.idp.authn.spnego.impl |
Implementation of SPNEGO authentication flow.
|
| Modifier and Type | Field and Description |
|---|---|
private KerberosRealmSettings |
GSSAcceptorLoginModule.realm
The realm settings.
|
private KerberosRealmSettings |
GSSContextAcceptor.realmSettings
The realm in use.
|
| Modifier and Type | Field and Description |
|---|---|
private Collection<KerberosRealmSettings> |
KerberosSettings.realmSettings
List of realms (KerberosRealmSettings objects).
|
| Modifier and Type | Method and Description |
|---|---|
Collection<KerberosRealmSettings> |
KerberosSettings.getRealms()
Get list of realms.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
GSSContextAcceptor.createGSSContext(KerberosRealmSettings realm)
Establish initial server credentials and create a GSS acceptor context based on then.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KerberosSettings.setRealms(Collection<KerberosRealmSettings> realms)
Collection of realms (KerberosRealmSettings objects).
|
| Constructor and Description |
|---|
GSSAcceptorLoginModule(KerberosRealmSettings realmSettings,
boolean refreshKrb5Config,
String loginModuleClassName)
Constructor.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.