Package | Description |
---|---|
tap | |
tap.config | |
uws | |
uws.service |
Modifier and Type | Method and Description |
---|---|
UserIdentifier |
ServiceConnection.getUserIdentifier()
[OPTIONAL]
|
Modifier and Type | Method and Description |
---|---|
UserIdentifier |
ConfigurableServiceConnection.getUserIdentifier() |
Modifier and Type | Method and Description |
---|---|
static JobOwner |
UWSToolBox.getUser(javax.servlet.http.HttpServletRequest request,
UserIdentifier userIdentifier)
Extract the user/job owner from the given HTTP request.
|
Modifier and Type | Field and Description |
---|---|
protected UserIdentifier |
UWSServlet.userIdentifier
The object to use to extract the user ID from the received request.
|
protected UserIdentifier |
UWSService.userIdentifier
The object to use to extract the user ID from the received request.
|
Modifier and Type | Method and Description |
---|---|
UserIdentifier |
UWSServlet.getUserIdentifier()
Gets the object which lets extracting the user ID from a HTTP request.
|
UserIdentifier |
UWSService.getUserIdentifier()
Gets the object which lets extracting the user ID from a HTTP request.
|
UserIdentifier |
UWS.getUserIdentifier()
Gets the object which is able to identify a user from an HTTP request.
|
Modifier and Type | Method and Description |
---|---|
void |
UWSServlet.setUserIdentifier(UserIdentifier identifier)
Sets the object which lets extracting the use ID from a received request.
|
void |
UWSService.setUserIdentifier(UserIdentifier identifier)
Sets the object which lets extracting the use ID from a received request.
|