Class DomainPermission

java.lang.Object
org.apache.shiro.authz.permission.WildcardPermission
org.apache.shiro.authz.permission.DomainPermission
All Implemented Interfaces:
Serializable, Permission

Provides a base Permission class from which type-safe/domain-specific subclasses may extend. Can be used as a base class for JPA/Hibernate persisted permissions that wish to store the parts of the permission string in separate columns (e.g. 'domain', 'actions' and 'targets' columns), which can be used in querying strategies.
Since:
1.0
See Also: