Skip to content

Commit dc8b282

Browse files
committed
HADOOP-19639. SecretManager configuration at runtime
- add interface doc
1 parent 290f9d7 commit dc8b282

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/SecretManagerConfig.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
package org.apache.hadoop.security.token;
33

4+
import org.apache.hadoop.classification.InterfaceAudience;
5+
import org.apache.hadoop.classification.InterfaceStability;
46
import org.apache.hadoop.conf.Configuration;
57
import org.apache.hadoop.fs.CommonConfigurationKeysPublic;
68
import org.slf4j.Logger;
@@ -21,6 +23,8 @@
2123
* <p>
2224
* The {@link SecretManager} has some static method, so static configuration is required
2325
*/
26+
@InterfaceAudience.Public
27+
@InterfaceStability.Evolving
2428
public class SecretManagerConfig {
2529
private static final Logger LOG = LoggerFactory.getLogger(SecretManagerConfig.class);
2630
private static String SELECTED_ALGORITHM;

0 commit comments

Comments
 (0)