| Package | Description |
|---|---|
| com.denodo.scheduler.client.commons | |
| com.denodo.scheduler.client.security |
| Modifier and Type | Method and Description |
|---|---|
Context.UserType |
Context.getUserType() |
static Context.UserType |
Context.UserType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Context.UserType[] |
Context.UserType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Context.UserType |
SchedulerUser.getAuthenticationMethod()
Returns the authentication method.
|
Context.UserType |
SchedulerSession.getUserType() |
| Constructor and Description |
|---|
SchedulerSession(Context.UserType userType) |
SchedulerUser(java.lang.String login,
java.lang.String encryptedPassword,
Context.UserType userType)
Creates a new Scheduler user.
|
SchedulerUser(java.lang.String login,
java.lang.String encryptedPassword,
Context.UserType userType,
java.util.Set<RoleInfo> permissions)
Creates a new Scheduler user with her permissions.
|
Copyright © 2024 Denodo Technologies. All rights reserved.