Package com.caplin.motif.config
Class ConfigSubjectInfo
java.lang.Object
com.caplin.motif.config.ConfigSubjectInfo
- All Implemented Interfaces:
SubjectInfo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the original subject that was parsed to create this SubjectInfotoString()
-
Constructor Details
-
ConfigSubjectInfo
-
-
Method Details
-
getUsername
-
getSubject
Description copied from interface:SubjectInfo
Returns the original subject that was parsed to create this SubjectInfo- Specified by:
getSubject
in interfaceSubjectInfo
- Returns:
- The original subject.
-
toString
-