public class AuthManager extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AuthManager() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentPassword() |
static AuthManager |
getInstance() |
boolean |
isPasswordValid(String password) |
protected AuthManager()
public static AuthManager getInstance()
public String getCurrentPassword()
public boolean isPasswordValid(String password)
Copyright © 2013–2017. All rights reserved.