RolePermissionResolver

A RolePermissionResolver resolves a string value and converts it into a Collection of {@link hunt.shiro.authz.Permission} instances. <p/> In some cases a {@link hunt.shiro.realm.Realm} my only be able to return a list of roles. This component allows an application to resolve the roles into permissions.

Members

Functions

resolvePermissionsInRole
Collection!(Permission) resolvePermissionsInRole(string roleString)

Resolves a Collection of Permissions based on the given string representation.

Meta