Uses of Package
org.apache.hadoop.security.authentication.util
Packages that use org.apache.hadoop.security.authentication.util
Package
Description
Provides the server-side framework for authentication.
-
Classes in org.apache.hadoop.security.authentication.util used by org.apache.hadoop.security.authentication.serverClassDescriptionThe SignerSecretProvider is an abstract way to provide a secret to be used by the Signer so that we can have different implementations that potentially do more complicated things in the backend.
-
Classes in org.apache.hadoop.security.authentication.util used by org.apache.hadoop.security.authentication.utilClassDescriptionAn abstract SignerSecretProvider that can be use used as the base for a rolling secret.Exception thrown by
Signerwhen a string signature is invalid.The SignerSecretProvider is an abstract way to provide a secret to be used by the Signer so that we can have different implementations that potentially do more complicated things in the backend.Utility class to create a CuratorFramework object that can be used to connect to Zookeeper based on configuration values that can be supplied from different configuration properties.