Subject.isPermittedAll

Returns {@code true} if this Subject implies all of the specified permission strings, {@code false} otherwise. <p/> This is an overloaded method for the corresponding type-safe {@link hunt.shiro.authz.Permission Permission} variant. Please see the class-level JavaDoc for more information on these string-based permission methods.

@param permissions the string representations of the Permissions that are being checked. @return true if this Subject has all of the specified permissions, false otherwise. @see #isPermittedAll(Collection)

  1. bool isPermittedAll(string[] permissions)
    interface Subject
    bool
    isPermittedAll
    ()
  2. bool isPermittedAll(Collection!(Permission) permissions)

Meta