public interface UserSupplier
Modifier and Type | Method and Description |
---|---|
User |
getUser(Session privilegedSession,
boolean autocreate,
Map<String,String> httpHeaders,
JSONObject bearerPayload,
JSONObject imsResult)
Obtains a user using the supplied parameters.
|
User getUser(Session privilegedSession, boolean autocreate, Map<String,String> httpHeaders, JSONObject bearerPayload, JSONObject imsResult)
privilegedSession
- A session with enough privileges to create users.autocreate
- Specifies that the user should be created if they do not already exist.httpHeaders
- a map of headers from the request. This list contains only headers that were requested using configuraiton parameters.bearerPayload
- This contains the payload portion of the bearer tokenimsResult
- This contains the resulting content from IMS"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"