p

org.apache.kyuubi.service

authentication

package authentication

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AnonymousAuthenticationProviderImpl extends PasswdAuthenticationProvider

    This authentication provider allows any combination of username and password.

  2. class HadoopThriftAuthBridgeServer extends AnyRef
  3. class KyuubiAuthenticationFactory extends Logging
  4. class KyuubiDelegationTokenIdentifier extends AbstractDelegationTokenIdentifier
  5. case class KyuubiDelegationTokenManager(keyUpdateInterval: Long, tokenMaxLifetime: Long, tokenRenewInterval: Long, tokenRemoverScanInterval: Long) extends AbstractDelegationTokenSecretManager[KyuubiDelegationTokenIdentifier] with Product with Serializable
  6. class LdapAuthenticationProviderImpl extends PasswdAuthenticationProvider
  7. trait PasswdAuthenticationProvider extends AnyRef
  8. class PlainSASLServer extends SaslServer
  9. class TSetIpAddressProcessor[I <: Iface] extends Processor[Iface] with Logging

Value Members

  1. object AuthMethods extends Enumeration
  2. object AuthTypes extends Enumeration
  3. object AuthenticationProviderFactory

    This class helps select a PasswdAuthenticationProvider for a given AuthMethods

  4. object HadoopThriftAuthBridgeServer
  5. object KyuubiAuthenticationFactory
  6. object KyuubiDelegationTokenIdentifier
  7. object KyuubiDelegationTokenManager extends Serializable
  8. object PlainSASLHelper
  9. object PlainSASLServer
  10. object SaslQOP extends Enumeration
  11. object TSetIpAddressProcessor

Ungrouped