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 EngineSecureAuthenticationProviderImpl extends PasswdAuthenticationProvider
  3. trait EngineSecuritySecretProvider extends AnyRef
  4. class HadoopThriftAuthBridgeServer extends AnyRef
  5. class InternalSecurityAccessor extends AnyRef
  6. class JdbcAuthenticationProviderImpl extends PasswdAuthenticationProvider with Logging
  7. class KyuubiAuthenticationFactory extends Logging
  8. class KyuubiDelegationTokenIdentifier extends AbstractDelegationTokenIdentifier
  9. case class KyuubiDelegationTokenManager(keyUpdateInterval: Long, tokenMaxLifetime: Long, tokenRenewInterval: Long, tokenRemoverScanInterval: Long) extends AbstractDelegationTokenSecretManager[KyuubiDelegationTokenIdentifier] with Product with Serializable
  10. class KyuubiInternalAccessIdentifier extends AnyRef
    Annotations
    @JsonInclude() @JsonAutoDetect() @JsonPropertyOrder()
  11. class LdapAuthenticationProviderImpl extends PasswdAuthenticationProvider with Logging
  12. trait PasswdAuthenticationProvider extends AnyRef
  13. class PlainSASLServer extends SaslServer
  14. class SimpleEngineSecuritySecretProviderImpl extends EngineSecuritySecretProvider
  15. class TSetIpAddressProcessor[I <: Iface] extends Processor[Iface] with Logging

Ungrouped