org.mortbay.jaas
public interface RoleCheckPolicy
Method Summary | |
---|---|
boolean | checkRole(Principal role, Principal runAsRole, Group roles) Check if a role is either a runAsRole or in a set of roles |
Parameters: role the role to check runAsRole a pushed role (can be null) roles a Group whose Principals are role names
Returns: