public class DeploymentRolesManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,List<String>> |
deploymentsRoles |
protected Map<String,List<String>> |
userDeploymentIdsCache |
| Constructor and Description |
|---|
DeploymentRolesManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRolesForDeployment(String deploymentId,
List<String> roles) |
List<String> |
getDeploymentsForUser(org.kie.internal.identity.IdentityProvider identityProvider) |
void |
removeRolesForDeployment(String deploymentId) |
public void removeRolesForDeployment(String deploymentId)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.