Interface Subject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDisplayName()
Returns a name that is suitable for display to identify the user / group.SubjectType
getSubjectType()
-
-
-
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:
SubjectType
corresponding to this Subject- See Also:
SubjectType.VALUES
-
-