|
||||||||||
| 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 HTTP request. |
DataIntegration |
authenticate(java.lang.String username,
java.lang.String password)
Manually authenticate a data integration by directly passing in the user name/password. |
| 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.
DataIntegration authenticate(java.lang.String username,
java.lang.String password)
username - The user name passed in.password - The password provided.
DataIntegration associated with the specified user name and password, or null if the
authentication failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||