Package org.marketcetera.admin
Interface Permission
-
- All Superinterfaces:
org.springframework.security.core.GrantedAuthority,Serializable,SummaryEntityBase,SummaryNDEntityBase
- All Known Subinterfaces:
MutablePermission
- All Known Implementing Classes:
SimplePermission
public interface Permission extends SummaryNDEntityBase, org.springframework.security.core.GrantedAuthority
Indicates a specific permission that can be checked to verify access is allowed for a particular function.- Since:
- 1.0.1
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StringgetAuthority()-
Methods inherited from interface org.marketcetera.persist.SummaryEntityBase
getId, getLastUpdated, getUpdateCount
-
Methods inherited from interface org.marketcetera.persist.SummaryNDEntityBase
getDescription, getName
-
-
-
-
Method Detail
-
getAuthority
default String getAuthority()
- Specified by:
getAuthorityin interfaceorg.springframework.security.core.GrantedAuthority
-
-