Interface Subject
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDisplayName()Returns a name that is suitable for display to identify the user / group.SubjectTypegetSubjectType() 
 - 
 
- 
- 
Method Detail
- 
getDisplayName
String getDisplayName()
Returns a name that is suitable for display to identify the user / group. Will never return null. 
- 
getSubjectType
SubjectType getSubjectType()
- Returns:
 SubjectTypecorresponding to this Subject- See Also:
 SubjectType.VALUES
 
 - 
 
 -