public interface IAuthenticationManager
| Modifier and Type | Interface and Description |
|---|---|
static class |
IAuthenticationManager.Role
The supported Roles
|
| Modifier and Type | Method and Description |
|---|---|
String |
getNotes(String userid)
This method is expected to return AuthenticationManager implementation notes, if any.
|
String |
getVersion()
This method is expected to return AuthenticationManager implementation version information.
|
IAuthenticationResult |
isAuthenticate(String userid,
String domain,
String password)
This method is expected to perform authentication.
|
IAuthenticationResult |
isGroupMember(String userid,
String domain,
IAuthenticationManager.Role role)
This method is expected to perform role validation.
|
boolean |
isPasswordChecked()
This method is expected to return password checking information.
|
String getVersion()
String getNotes(String userid)
boolean isPasswordChecked()
IAuthenticationResult isAuthenticate(String userid, String domain, String password)
userid - domain - password - IAuthenticationResult isGroupMember(String userid, String domain, IAuthenticationManager.Role role)
userid - domain - role - Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.