Subject.isPermitted

Returns {@code true} if this Subject is permitted to perform an action or access a resource summarized by the specified permission. <p/> More specifically, this method determines if any {@code Permission}s associated with the subject {@link Permission#implies(Permission) imply} the specified permission.

@param permission the permission that is being checked. @return true if this Subject is permitted, false otherwise.

Meta