Class IPRPSignoutRequest


  • public class IPRPSignoutRequest
    extends WSFederationAction
    This class implements the sign-out request for both identity provider and service provider.
    • Constructor Detail

      • IPRPSignoutRequest

        public IPRPSignoutRequest​(jakarta.servlet.http.HttpServletRequest request,
                                  jakarta.servlet.http.HttpServletResponse response,
                                  String wreply)
        Creates a new instance of RPSigninRequest.
        Parameters:
        request - HTTPServletRequest for this interaction
        response - HTTPServletResponse for this interaction
        wreply - Reply URL, to which control is to be transferred on successful completion of sign-out. May be null, in which case, control stays with the provider.