public class ProxyPentahoUserRoleHelper extends Object
| Constructor and Description |
|---|
ProxyPentahoUserRoleHelper() |
| Modifier and Type | Method and Description |
|---|---|
static IPentahoRole |
syncRoles(IPentahoRole role,
ProxyPentahoRole proxyRole)
Synchronizes
role with fields from proxyRole. |
static IPentahoUser |
syncUsers(IPentahoUser user,
ProxyPentahoUser proxyUser)
Synchronizes
user with fields from proxyUser. |
static ProxyPentahoRole |
toProxyRole(IPentahoRole role) |
static ProxyPentahoUser |
toProxyUser(IPentahoUser user) |
public static ProxyPentahoUser toProxyUser(IPentahoUser user)
public static IPentahoUser syncUsers(IPentahoUser user, ProxyPentahoUser proxyUser)
user with fields from proxyUser. The roles set of given
user is unmodified.public static IPentahoRole syncRoles(IPentahoRole role, ProxyPentahoRole proxyRole)
role with fields from proxyRole. The users set of given
role is unmodified.public static ProxyPentahoRole toProxyRole(IPentahoRole role)
Copyright © 2002–2017 Pentaho Corporation. All rights reserved.