Subject.isPermitted

Returns {@code true} if this Subject is permitted to perform an action or access a resource summarized by the specified permission string. <p/> This is an overloaded method for the corresponding type-safe {@link Permission Permission} variant. Please see the class-level JavaDoc for more information on these string-based permission methods.

@param permission the string representation of a Permission that is being checked. @return true if this Subject is permitted, false otherwise. @see #isPermitted(Permission permission)

Meta