Interface PolicyAwareGrantedAuthority

All Superinterfaces:
org.springframework.security.core.GrantedAuthority, Serializable
All Known Implementing Classes:
RoleGrantedAuthority

public interface PolicyAwareGrantedAuthority extends org.springframework.security.core.GrantedAuthority
An granted authority that stores security policies.
See Also: