Package com.caplin.motif.fx.config
Class ConfigSubjectInfo
- java.lang.Object
-
- com.caplin.motif.fx.config.ConfigSubjectInfo
-
- All Implemented Interfaces:
SubjectInfo
public class ConfigSubjectInfo extends Object implements SubjectInfo
-
-
Constructor Summary
Constructors Constructor Description ConfigSubjectInfo(String subject, String username)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSubject()
Returns the original subject that was parsed to create this SubjectInfoString
getUsername()
String
toString()
-
-
-
Method Detail
-
getUsername
public String getUsername()
-
getSubject
public String 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.
-
-