Package org.apache.hadoop.security.authentication.util
package org.apache.hadoop.security.authentication.util
-
ClassDescriptionorg.apache.hadoop.security.authentication.util.AuthTokenorg.apache.hadoop.security.authentication.util.CertificateUtilorg.apache.hadoop.security.authentication.util.FileSignerSecretProviderA SignerSecretProvider that simply loads a secret from a specified file.org.apache.hadoop.security.authentication.util.JaasConfigurationCreates a programmatic version of a jaas.conf file.org.apache.hadoop.security.authentication.util.KerberosNameThis class implements parsing and handling of Kerberos principal names.org.apache.hadoop.security.authentication.util.KerberosName.BadFormatStringorg.apache.hadoop.security.authentication.util.KerberosName.NoMatchingRuleorg.apache.hadoop.security.authentication.util.KerberosUtilorg.apache.hadoop.security.authentication.util.RandomSignerSecretProviderA SignerSecretProvider that uses a random number as its secret.org.apache.hadoop.security.authentication.util.RolloverSignerSecretProviderAn abstract SignerSecretProvider that can be use used as the base for a rolling secret.org.apache.hadoop.security.authentication.util.SignerSigns strings and verifies signed strings using a SHA digest.org.apache.hadoop.security.authentication.util.SignerExceptionException thrown by
Signerwhen a string signature is invalid.org.apache.hadoop.security.authentication.util.SignerSecretProviderThe 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.org.apache.hadoop.security.authentication.util.SubjectUtilAn utility class that adapts the Security Manager and APIs related to it for JDK 8 and above.org.apache.hadoop.security.authentication.util.ZKSignerSecretProviderA SignerSecretProvider that synchronizes a rolling random secret between multiple servers using ZooKeeper.org.apache.hadoop.security.authentication.util.ZookeeperClientUtility 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.