public interface TrustAssociationInterceptor
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthenticatedUsername(javax.servlet.http.HttpServletRequest req)
Deprecated.
This method is used to retrieve the username of the end client (or the originator
of the HTTP request).
|
boolean |
isTargetInterceptor(javax.servlet.http.HttpServletRequest req)
Deprecated.
Every interceptor should know which HTTP requests originate from
the third party server that it is supposed to work with.
|
void |
validateEstablishedTrust(javax.servlet.http.HttpServletRequest req)
Deprecated.
This method is used to determine whethere trust association can be
established between WebSphere and the third party server.
|
boolean isTargetInterceptor(javax.servlet.http.HttpServletRequest req) throws WebTrustAssociationException
WebTrustAssociationException
void validateEstablishedTrust(javax.servlet.http.HttpServletRequest req) throws WebTrustAssociationFailedException
java.lang.String getAuthenticatedUsername(javax.servlet.http.HttpServletRequest req) throws WebTrustAssociationUserException
WebTrustAssociationUserException