Uses of Interface
org.apache.hadoop.security.token.DelegationTokenIssuer
Packages that use DelegationTokenIssuer
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
An abstract file system API.
Filesystem implementations that allow Hadoop to read directly from
HTTP / HTTPS endpoints.
SFTP FileSystem package.
ViewFileSystem and ViewFileSystemOverloadScheme classes.
Support for delegation tokens.
-
Uses of DelegationTokenIssuer in org.apache.hadoop.crypto.key
Subinterfaces of DelegationTokenIssuer in org.apache.hadoop.crypto.keyModifier and TypeInterfaceDescriptionstatic interfaceDelegationTokenExtension is a type of Extension that exposes methods needed to work with Delegation Tokens.interfaceFile systems that support Encryption Zones have to implement this interface.Classes in org.apache.hadoop.crypto.key that implement DelegationTokenIssuerModifier and TypeClassDescriptionclassA KeyProvider extension with the ability to add a renewer's Delegation Tokens to the provided Credentials. -
Uses of DelegationTokenIssuer in org.apache.hadoop.crypto.key.kms
Classes in org.apache.hadoop.crypto.key.kms that implement DelegationTokenIssuerModifier and TypeClassDescriptionclassKMS clientKeyProviderimplementation.classA simple LoadBalancing KMSClientProvider that round-robins requests across a provided array of KMSClientProviders. -
Uses of DelegationTokenIssuer in org.apache.hadoop.fs
Classes in org.apache.hadoop.fs that implement DelegationTokenIssuerModifier and TypeClassDescriptionclassAbstract Checksumed FileSystem.classAn abstract base class for a fairly generic filesystem.classAFilterFileSystemcontains some other file system, which it uses as its basic file system, possibly transforming the data along the way or providing additional functionality.classThis is an implementation of the Hadoop Archive Filesystem.classImplement the FileSystem API for the checksumed local filesystem.classImplement the FileSystem API for the raw local filesystem.Methods in org.apache.hadoop.fs that return DelegationTokenIssuer -
Uses of DelegationTokenIssuer in org.apache.hadoop.fs.ftp
Classes in org.apache.hadoop.fs.ftp that implement DelegationTokenIssuerModifier and TypeClassDescriptionclassAFileSystembacked by an FTP client provided by Apache Commons Net. -
Uses of DelegationTokenIssuer in org.apache.hadoop.fs.http
Classes in org.apache.hadoop.fs.http that implement DelegationTokenIssuerModifier and TypeClassDescriptionclassA Filesystem that reads from HTTP endpoint.classA Filesystem that reads from HTTPS endpoint. -
Uses of DelegationTokenIssuer in org.apache.hadoop.fs.sftp
Classes in org.apache.hadoop.fs.sftp that implement DelegationTokenIssuer -
Uses of DelegationTokenIssuer in org.apache.hadoop.fs.viewfs
Classes in org.apache.hadoop.fs.viewfs that implement DelegationTokenIssuerModifier and TypeClassDescriptionclassViewFileSystem (extends the FileSystem interface) implements a client-side mount table.classThis class is extended from the ViewFileSystem for the overloaded scheme file system. -
Uses of DelegationTokenIssuer in org.apache.hadoop.security.token
Methods in org.apache.hadoop.security.token that return DelegationTokenIssuerModifier and TypeMethodDescriptiondefault DelegationTokenIssuer[]DelegationTokenIssuer.getAdditionalTokenIssuers()Issuers may need tokens from additional services.Methods in org.apache.hadoop.security.token with parameters of type DelegationTokenIssuerModifier and TypeMethodDescriptionstatic voidDelegationTokenIssuer.collectDelegationTokens(DelegationTokenIssuer issuer, String renewer, Credentials credentials, List<Token<?>> tokens) NEVER call this method directly.