public interface ParametricRolesResolver extends RolesResolver
Modifier and Type | Method and Description |
---|---|
Set<RoleUnitName> |
resolve(RoleUnit roleUnit,
Collection<RoleUnitParameter> parameters)
Runs a resolving algorithm and returns a set of names of roles that were
resolved from given
roleUnit . |
resolve
Set<RoleUnitName> resolve(RoleUnit roleUnit, Collection<RoleUnitParameter> parameters)
roleUnit
.roleUnit
- The role or the organization unit to resolve.parameters
- The set of parameters to bind to each role or organization
unit that is visited during resolution process.roleUnit
.Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.