Uses of Package
org.apache.shiro.authz.permission
-
Packages that use org.apache.shiro.authz.permission Package Description org.apache.shiro.authz Core interfaces and exceptions supporting Authorization (access control).org.apache.shiro.authz.permission Support and default implementations for Shiro'sPermission
interface.org.apache.shiro.realm Components and sub-packages used in supporting the coreRealm
interface.org.apache.shiro.realm.activedirectory Realms that acquire security data from a Microsoft Active Directory.org.apache.shiro.realm.jdbc Realms that acquire security data from an RDBMS (Relational Database Management System) using the JDBC API.org.apache.shiro.realm.ldap Realms that acquire security data from an LDAP (Lightweight Directory Access Protocol) server utilizing LDAP/Naming APIs.org.apache.shiro.realm.text Realms that acquire security data from text-based data sources such asFile
s or text streams.org.apache.shiro.util 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.authz Class Description PermissionResolver APermisisonResolver
resolves a String value and converts it into aPermission
instance.PermissionResolverAware Interface implemented by a component that wishes to use any application-configured PermissionResolver that might already exist instead of potentially creating one itself.RolePermissionResolver A RolePermissionResolver resolves a String value and converts it into a Collection ofPermission
instances.RolePermissionResolverAware 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.permission Class Description DomainPermission Provides a base Permission class from which type-safe/domain-specific subclasses may extend.PermissionResolver APermisisonResolver
resolves a String value and converts it into aPermission
instance.RolePermissionResolver A RolePermissionResolver resolves a String value and converts it into a Collection ofPermission
instances.WildcardPermission AWildcardPermission
is a very flexible permission construct supporting multiple levels of permission matching. -
Classes in org.apache.shiro.authz.permission used by org.apache.shiro.realm Class Description PermissionResolver APermisisonResolver
resolves a String value and converts it into aPermission
instance.PermissionResolverAware Interface implemented by a component that wishes to use any application-configured PermissionResolver that might already exist instead of potentially creating one itself.RolePermissionResolver A RolePermissionResolver resolves a String value and converts it into a Collection ofPermission
instances.RolePermissionResolverAware 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.activedirectory Class Description PermissionResolverAware Interface implemented by a component that wishes to use any application-configured PermissionResolver that might already exist instead of potentially creating one itself.RolePermissionResolverAware 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.jdbc Class Description PermissionResolverAware Interface implemented by a component that wishes to use any application-configured PermissionResolver that might already exist instead of potentially creating one itself.RolePermissionResolverAware 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.ldap Class Description PermissionResolverAware Interface implemented by a component that wishes to use any application-configured PermissionResolver that might already exist instead of potentially creating one itself.RolePermissionResolverAware 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.text Class Description PermissionResolverAware Interface implemented by a component that wishes to use any application-configured PermissionResolver that might already exist instead of potentially creating one itself.RolePermissionResolverAware 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.util Class Description PermissionResolver APermisisonResolver
resolves a String value and converts it into aPermission
instance.