Interface SubjectCreator
- All Known Implementing Classes:
DefaultSubjectCreator
public interface SubjectCreator
Optional provider responsible for creating
resource owner subject representations
-
Method Summary
Modifier and TypeMethodDescriptioncreateUserSubject(MessageContext mc, jakarta.ws.rs.core.MultivaluedMap<String, String> params) Create aUserSubject
-
Method Details
-
createUserSubject
UserSubject createUserSubject(MessageContext mc, jakarta.ws.rs.core.MultivaluedMap<String, String> params) throws OAuthServiceExceptionCreate aUserSubject- Parameters:
mc- theMessageContextof this requestparams- the request parameters- Returns:
UserSubject- Throws:
OAuthServiceException
-