ModularRealmAuthorizer.checkPermissions

If !{@link #isPermitted(hunt.shiro.subject.PrincipalCollection, Permission) isPermitted(permission)} for <em>all</em> the given Permissions, throws an <code>UnauthorizedException</code> otherwise returns quietly.

  1. void checkPermissions(PrincipalCollection principals, string[] permissions)
  2. void checkPermissions(PrincipalCollection principals, Collection!(Permission) permissions)
    class ModularRealmAuthorizer
    void
    checkPermissions

Meta