| Package | Description |
|---|---|
| org.apache.uima.ducc.common.authentication |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationResult |
| Modifier and Type | Method and Description |
|---|---|
IAuthenticationResult |
AuthenticationManager.isAuthenticate(String userid,
String domain,
String password)
Indicate that authentication is successful
|
IAuthenticationResult |
IAuthenticationManager.isAuthenticate(String userid,
String domain,
String password)
This method is expected to perform authentication.
|
IAuthenticationResult |
AuthenticationManager.isGroupMember(String userid,
String domain,
IAuthenticationManager.Role role)
Indicate that role is permitted
|
IAuthenticationResult |
IAuthenticationManager.isGroupMember(String userid,
String domain,
IAuthenticationManager.Role role)
This method is expected to perform role validation.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.