| org.acegisecurity.vote.LabeledData
All known Subclasses: org.acegisecurity.vote.SampleBlockOfData,
LabeledData | public interface LabeledData (Code) | | This interface indicates data objects that carry a label. The purpose is to support
the
LabelBasedAclVoter . When it votes, it evaluates all method arguments
tagged with this interface, and votes if they match the user's granted authorities list.
author: Greg Turnquist |
Method Summary | |
String | getLabel() Retrieve the domain object's data label. |
getLabel | String getLabel()(Code) | | Retrieve the domain object's data label. NOTE: This implementation only supports one data label per
object.
The label value of data object as a string. |
|
|