com.ibm.wsspi.security.tai
Uses of Class TAIResult
Packages that use TAIResult
Package | Description |
---|---|
com.ibm.wsspi.security.tai |
Uses of TAIResult in com.ibm.wsspi.security.tai
Modifier and Type | Method and Description |
---|---|
|
TAIResult.create(int status)
Create an instance of the result with status code other than
HttpServletResponse.SC_OK .
|
|
TAIResult.create(int status,java.lang.String principal)
Create an instance of the result with status, if trust is validated
and established (should return status
HttpServletResponse.SC_OK ,
if any other status code is return, WebSphere Application Server will stop the
normal processing and send status code back to caller.) and the authenticated principal.
|
|
TAIResult.create(int status,java.lang.String principal,javax.security.auth.Subject subject)
Create an instance of the result with status, if trust is validated
and established (should return status
HttpServletResponse.SC_OK ,
if any other status code is return, WebSphere Application Server will stop
the normal processing and send status code back to caller.), the authenticated
principal and JAAS Subject contains additional security information from
third party security service.
|
TrustAssociationInterceptor.negotiateValidateandEstablishTrust(HttpServletRequest req,HttpServletResponse res)
This method is used to determine whether trust association can be
established between WebSphere Application Server and the third party security service.
|