public interface RoleCheckPolicy
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkRole(String roleName,
Principal runAsRole,
Group roles)
Check if a role is either a runAsRole or in a set of roles
|
boolean checkRole(String roleName, Principal runAsRole, Group roles)
roleName - the role to checkrunAsRole - a pushed role (can be null)roles - a Group whose Principals are role namestrue if role equals runAsRole or is a member of roles.Copyright © 1995–2017 Webtide. All rights reserved.