Interface SubjectCreator
-
- All Known Implementing Classes:
DefaultSubjectCreator
public interface SubjectCreatorOptional provider responsible for creating resource owner subject representations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserSubjectcreateUserSubject(MessageContext mc, javax.ws.rs.core.MultivaluedMap<String,String> params)Create aUserSubject
-
-
-
Method Detail
-
createUserSubject
UserSubject createUserSubject(MessageContext mc, javax.ws.rs.core.MultivaluedMap<String,String> params) throws OAuthServiceException
Create aUserSubject- Parameters:
mc- theMessageContextof this requestparams- the request parameters- Returns:
UserSubject- Throws:
OAuthServiceException
-
-