Class UserDetailsSubjectParser
- java.lang.Object
-
- com.caplin.motif.common.userdetails.UserDetailsSubjectParser
-
- All Implemented Interfaces:
SubjectParser<UserDetailsSubjectInfo>
public class UserDetailsSubjectParser extends java.lang.Object implements SubjectParser<UserDetailsSubjectInfo>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
namespace
-
Constructor Summary
Constructors Constructor Description UserDetailsSubjectParser(java.lang.String namespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserDetailsSubjectInfo
parse(java.lang.String subject)
Returns the domain object that represents the subject request.
-
-
-
Method Detail
-
parse
public UserDetailsSubjectInfo parse(java.lang.String subject) throws SubjectParserException
Description copied from interface:SubjectParser
Returns the domain object that represents the subject request.- Specified by:
parse
in interfaceSubjectParser<UserDetailsSubjectInfo>
- Parameters:
subject
- The subject to parse.- Returns:
- The domain object.
- Throws:
SubjectParserException
- If the subject is not in the correct format
-
-