Uses of Class
com.ibm.wsspi.security.tai.TAIResult

Packages that use TAIResult
Package
Description
 
  • Uses of TAIResult in com.ibm.wsspi.security.tai

    Methods in com.ibm.wsspi.security.tai that return TAIResult
    Modifier and Type
    Method
    Description
    static TAIResult
    TAIResult.create(int status)
    Create an instance of the result with status code other than HttpServletResponse.SC_OK.
    static TAIResult
    TAIResult.create(int status, 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.
    static TAIResult
    TAIResult.create(int status, String principal, 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(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
    This method is used to determine whether trust association can be established between WebSphere Application Server and the third party security service.