| Package | Description |
|---|---|
| org.apache.uima.ducc.common.authentication |
| Modifier and Type | Method and Description |
|---|---|
static IAuthenticationManager.Role |
IAuthenticationManager.Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IAuthenticationManager.Role[] |
IAuthenticationManager.Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.