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