Uses of Class
org.apache.hadoop.security.token.SecretManager

Packages that use SecretManager
org.apache.hadoop.ipc Tools to help define network clients and servers. 
org.apache.hadoop.mapreduce.security.token   
org.apache.hadoop.mapreduce.security.token.delegation   
org.apache.hadoop.security   
org.apache.hadoop.security.token   
org.apache.hadoop.security.token.delegation   
 

Uses of SecretManager in org.apache.hadoop.ipc
 

Methods in org.apache.hadoop.ipc with parameters of type SecretManager
static RPC.Server RPC.getServer(Object instance, String bindAddress, int port, int numHandlers, boolean verbose, Configuration conf, SecretManager<? extends TokenIdentifier> secretManager)
          Construct a server for a protocol implementation instance listening on a port and address, with a secret manager.
 

Constructors in org.apache.hadoop.ipc with parameters of type SecretManager
RPC.Server(Object instance, Configuration conf, String bindAddress, int port, int numHandlers, boolean verbose, SecretManager<? extends TokenIdentifier> secretManager)
          Construct an RPC server.
Server(String bindAddress, int port, Class<? extends Writable> paramClass, int handlerCount, Configuration conf, String serverName, SecretManager<? extends TokenIdentifier> secretManager)
          Constructs a server listening on the named port and address.
 

Uses of SecretManager in org.apache.hadoop.mapreduce.security.token
 

Subclasses of SecretManager in org.apache.hadoop.mapreduce.security.token
 class JobTokenSecretManager
          SecretManager for job token.
 

Uses of SecretManager in org.apache.hadoop.mapreduce.security.token.delegation
 

Subclasses of SecretManager in org.apache.hadoop.mapreduce.security.token.delegation
 class DelegationTokenSecretManager
          A MapReduce specific delegation token secret manager.
 

Uses of SecretManager in org.apache.hadoop.security
 

Methods in org.apache.hadoop.security with parameters of type SecretManager
static
<T extends TokenIdentifier>
T
SaslRpcServer.getIdentifier(String id, SecretManager<T> secretManager)
           
 

Constructors in org.apache.hadoop.security with parameters of type SecretManager
SaslRpcServer.SaslDigestCallbackHandler(SecretManager<TokenIdentifier> secretManager, Server.Connection connection)
           
 

Uses of SecretManager in org.apache.hadoop.security.token
 

Constructors in org.apache.hadoop.security.token with parameters of type SecretManager
Token(T id, SecretManager<T> mgr)
          Construct a token given a token identifier and a secret manager for the type of the token identifier.
 

Uses of SecretManager in org.apache.hadoop.security.token.delegation
 

Subclasses of SecretManager in org.apache.hadoop.security.token.delegation
 class AbstractDelegationTokenSecretManager<TokenIdent extends AbstractDelegationTokenIdentifier>
           
 



Copyright © 2009 The Apache Software Foundation