|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataIntegrationAuthenticator
Provides authentication for data integration requests.
| Method Summary | |
|---|---|
DataIntegration |
authenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Authenticates a data integration request. |
| Method Detail |
|---|
DataIntegration authenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
If authentication fails, no further changes should be made to the response as error information may already have been sent back and the response committed.
request - the HTTP Requestresponse - the HTTP Response
DataIntegration that this request is authenticated for, or null if the authentication
failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||