Java org.apache.hadoop.security.token SecretManager fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.security.token SecretManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.security.token SecretManager.

The text is from its open source code.

Subclass

org.apache.hadoop.security.token.SecretManager has subclasses.
Click this link to see all its subclasses.

Method

SecretKeycreateSecretKey(byte[] key)
Convert the byte[] to a secret key
byte[]retrievePassword(T identifier)
Retrieve the password for the given token identifier.