Uses of Class
net.shibboleth.idp.authn.spnego.impl.KerberosRealmSettings
Packages that use KerberosRealmSettings
Package
Description
Implementation of SPNEGO authentication flow.
-
Uses of KerberosRealmSettings in net.shibboleth.idp.authn.spnego.impl
Fields in net.shibboleth.idp.authn.spnego.impl declared as KerberosRealmSettingsModifier and TypeFieldDescriptionprivate KerberosRealmSettingsGSSAcceptorLoginModule.realmThe realm settings.Fields in net.shibboleth.idp.authn.spnego.impl with type parameters of type KerberosRealmSettingsModifier and TypeFieldDescriptionprivate Collection<KerberosRealmSettings>KerberosSettings.realmSettingsList of realms (KerberosRealmSettings objects).Methods in net.shibboleth.idp.authn.spnego.impl that return types with arguments of type KerberosRealmSettingsMethods in net.shibboleth.idp.authn.spnego.impl with parameters of type KerberosRealmSettingsModifier and TypeMethodDescriptionprivate voidGSSContextAcceptor.createGSSContext(KerberosRealmSettings realm) Establish initial server credentials and create a GSS acceptor context based on then.Method parameters in net.shibboleth.idp.authn.spnego.impl with type arguments of type KerberosRealmSettingsModifier and TypeMethodDescriptionvoidKerberosSettings.setRealms(Collection<KerberosRealmSettings> realms) Collection of realms (KerberosRealmSettings objects).Constructors in net.shibboleth.idp.authn.spnego.impl with parameters of type KerberosRealmSettingsModifierConstructorDescriptionGSSAcceptorLoginModule(KerberosRealmSettings realmSettings, boolean refreshKrb5Config, String loginModuleClassName) Constructor.