Uses of Package
org.apache.shiro.authz.permission
Packages that use org.apache.shiro.authz.permission
Package
Description
Core interfaces and exceptions supporting Authorization (access control).
Support and default implementations for Shiro's
Permission
interface.Components and sub-packages used in supporting the core
Realm interface.Realms that acquire security data from a Microsoft Active Directory.
Realms that acquire security data from an RDBMS (Relational Database Management System) using the
JDBC API.
Realms that acquire security data from an LDAP (Lightweight Directory Access Protocol) server
utilizing LDAP/Naming APIs.
Realms that acquire security data from text-based data sources such as
Files or
text streams.Your run-of-the-mill 'util' package for components and logic widely used across the framework that can't
find their home into a proper OO hierarchy (or, most likely for things used across many hierarchies).
-
Classes in org.apache.shiro.authz.permission used by org.apache.shiro.authzClassDescriptionA
PermissionResolverresolves a String value and converts it into aPermissioninstance.Interface implemented by a component that wishes to use any application-configured PermissionResolver that might already exist instead of potentially creating one itself.A RolePermissionResolver resolves a String value and converts it into a Collection ofPermissioninstances.Interface implemented by a component that wishes to use any application-configured RolePermissionResolver that might already exist instead of potentially creating one itself. -
Classes in org.apache.shiro.authz.permission used by org.apache.shiro.authz.permissionClassDescriptionProvides a base Permission class from which type-safe/domain-specific subclasses may extend.A
PermissionResolverresolves a String value and converts it into aPermissioninstance.A RolePermissionResolver resolves a String value and converts it into a Collection ofPermissioninstances.AWildcardPermissionis a very flexible permission construct supporting multiple levels of permission matching. -
Classes in org.apache.shiro.authz.permission used by org.apache.shiro.realmClassDescriptionA
PermissionResolverresolves a String value and converts it into aPermissioninstance.Interface implemented by a component that wishes to use any application-configured PermissionResolver that might already exist instead of potentially creating one itself.A RolePermissionResolver resolves a String value and converts it into a Collection ofPermissioninstances.Interface implemented by a component that wishes to use any application-configured RolePermissionResolver that might already exist instead of potentially creating one itself. -
Classes in org.apache.shiro.authz.permission used by org.apache.shiro.realm.activedirectoryClassDescriptionInterface implemented by a component that wishes to use any application-configured PermissionResolver that might already exist instead of potentially creating one itself.Interface implemented by a component that wishes to use any application-configured RolePermissionResolver that might already exist instead of potentially creating one itself.
-
Classes in org.apache.shiro.authz.permission used by org.apache.shiro.realm.jdbcClassDescriptionInterface implemented by a component that wishes to use any application-configured PermissionResolver that might already exist instead of potentially creating one itself.Interface implemented by a component that wishes to use any application-configured RolePermissionResolver that might already exist instead of potentially creating one itself.
-
Classes in org.apache.shiro.authz.permission used by org.apache.shiro.realm.ldapClassDescriptionInterface implemented by a component that wishes to use any application-configured PermissionResolver that might already exist instead of potentially creating one itself.Interface implemented by a component that wishes to use any application-configured RolePermissionResolver that might already exist instead of potentially creating one itself.
-
Classes in org.apache.shiro.authz.permission used by org.apache.shiro.realm.textClassDescriptionInterface implemented by a component that wishes to use any application-configured PermissionResolver that might already exist instead of potentially creating one itself.Interface implemented by a component that wishes to use any application-configured RolePermissionResolver that might already exist instead of potentially creating one itself.
-
Classes in org.apache.shiro.authz.permission used by org.apache.shiro.utilClassDescriptionA
PermissionResolverresolves a String value and converts it into aPermissioninstance.