Interface StringablePermission

All Superinterfaces:
org.apache.shiro.authz.Permission

public interface StringablePermission extends org.apache.shiro.authz.Permission
Permission that can be represented by a string. StringablePermission are the only permissions which are pushed to the ui.
Since:
1.31
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.apache.shiro.authz.Permission

    implies
  • Method Details

    • getAsString

      String getAsString()