org.mortbay.jaas
public class StrictRoleCheckPolicy extends Object implements RoleCheckPolicy
Enforces that if a runAsRole is present, then the role to check must be the same as that runAsRole and the set of static roles is ignored.
Method Summary | |
---|---|
boolean | checkRole(Principal role, Principal runAsRole, Group roles) |