Class IPSigninRequest


  • public class IPSigninRequest
    extends WSFederationAction
    This class implements the sign-in request for the identity provider.
    • Constructor Detail

      • IPSigninRequest

        public IPSigninRequest​(jakarta.servlet.http.HttpServletRequest request,
                               jakarta.servlet.http.HttpServletResponse response,
                               String whr,
                               String wtrealm,
                               String wct,
                               String wctx,
                               String wreply)
        Creates a new instance of RPSigninRequest
        Parameters:
        request - HTTPServletRequest for this interaction
        response - HTTPServletResponse for this interaction
        whr - the whr parameter from the signin request
        wtrealm - the wtrealm parameter from the signin request
        wct - the wct parameter from the signin request
        wctx - the wctx parameter from the signin request
        wreply - the wreply parameter from the signin request