Package org.apache.hadoop.security.authentication.util


package org.apache.hadoop.security.authentication.util
  • Class
    Description
    org.apache.hadoop.security.authentication.util.AuthToken
     
    org.apache.hadoop.security.authentication.util.CertificateUtil
     
    org.apache.hadoop.security.authentication.util.FileSignerSecretProvider
    A SignerSecretProvider that simply loads a secret from a specified file.
    org.apache.hadoop.security.authentication.util.JaasConfiguration
    Creates a programmatic version of a jaas.conf file.
    org.apache.hadoop.security.authentication.util.KerberosName
    This class implements parsing and handling of Kerberos principal names.
    org.apache.hadoop.security.authentication.util.KerberosName.BadFormatString
     
    org.apache.hadoop.security.authentication.util.KerberosName.NoMatchingRule
     
    org.apache.hadoop.security.authentication.util.KerberosUtil
     
    org.apache.hadoop.security.authentication.util.RandomSignerSecretProvider
    A SignerSecretProvider that uses a random number as its secret.
    org.apache.hadoop.security.authentication.util.RolloverSignerSecretProvider
    An abstract SignerSecretProvider that can be use used as the base for a rolling secret.
    org.apache.hadoop.security.authentication.util.Signer
    Signs strings and verifies signed strings using a SHA digest.
    org.apache.hadoop.security.authentication.util.SignerException
    Exception thrown by Signer when a string signature is invalid.
    org.apache.hadoop.security.authentication.util.SignerSecretProvider
    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.
    org.apache.hadoop.security.authentication.util.SubjectUtil
    An utility class that adapts the Security Manager and APIs related to it for JDK 8 and above.
    org.apache.hadoop.security.authentication.util.ZKSignerSecretProvider
    A SignerSecretProvider that synchronizes a rolling random secret between multiple servers using ZooKeeper.
    org.apache.hadoop.security.authentication.util.ZookeeperClient
    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.