public class PasswordManager extends Object
Modifier and Type | Method and Description |
---|---|
void |
addProtectedToken(String token) |
static PasswordManager |
getInstance() |
SecretResolver |
getSecretResolver() |
void |
init(Properties properties,
String prefix) |
boolean |
isInitialized() |
boolean |
isTokenProtected(String token) |
String |
resolve(String encryptedPassword) |
void |
shutDown() |
public static PasswordManager getInstance()
public void init(Properties properties, String prefix)
public boolean isInitialized()
public void addProtectedToken(String token)
public boolean isTokenProtected(String token)
public void shutDown()
public SecretResolver getSecretResolver()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.