public class AuthenticationManager extends Object implements IAuthenticationManager
IAuthenticationManager.Role| Constructor and Description |
|---|
AuthenticationManager() |
| Modifier and Type | Method and Description |
|---|---|
static IAuthenticationManager |
getInstance() |
String |
getVersion()
Indicate version is default
|
IAuthenticationResult |
isAuthenticate(String userid,
String domain,
String password)
Indicate that authentication is successful
|
IAuthenticationResult |
isGroupMember(String userid,
String domain,
IAuthenticationManager.Role role)
Indicate that role is permitted
|
boolean |
isPasswordChecked()
Indicate that password is not checked: false
|
public static IAuthenticationManager getInstance()
public String getVersion()
getVersion in interface IAuthenticationManagerpublic boolean isPasswordChecked()
isPasswordChecked in interface IAuthenticationManagerpublic IAuthenticationResult isAuthenticate(String userid, String domain, String password)
isAuthenticate in interface IAuthenticationManagerpublic IAuthenticationResult isGroupMember(String userid, String domain, IAuthenticationManager.Role role)
isGroupMember in interface IAuthenticationManagerCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.