Uses of Class
net.shibboleth.idp.profile.testing.RequestContextBuilder
Packages that use RequestContextBuilder
-
Uses of RequestContextBuilder in net.shibboleth.idp.profile.testing
Methods in net.shibboleth.idp.profile.testing that return RequestContextBuilderModifier and TypeMethodDescriptionRequestContextBuilder.setHttpRequest(HttpServletRequest request) Sets theHttpServletRequestused when building the request context.RequestContextBuilder.setHttpResponse(HttpServletResponse response) Sets theHttpServletResponseused when building the request context.RequestContextBuilder.setInboundMessage(Object message) Sets the inbound message.RequestContextBuilder.setInboundMessageId(String id) Sets the ID of the inbound message.RequestContextBuilder.setInboundMessageIssueInstant(Instant instant) Sets the issue instant of the inbound messageRequestContextBuilder.setInboundMessageIssuer(String issuer) Sets the issuer of the inbound message.RequestContextBuilder.setOutboundMessage(Object message) Sets the outbound message.RequestContextBuilder.setOutboundMessageId(String id) Sets the ID of the outbound message.RequestContextBuilder.setOutboundMessageIssueInstant(Instant instant) Sets the issue instant of the outbound messageRequestContextBuilder.setOutboundMessageIssuer(String issuer) Sets the issuer of the outbound message.RequestContextBuilder.setRelyingPartyProfileConfigurations(Collection<ProfileConfiguration> configs) Sets the profile configurations associated with the relying party.RequestContextBuilder.setServletContext(ServletContext context) Sets theServletContextused when building the request context.Constructors in net.shibboleth.idp.profile.testing with parameters of type RequestContextBuilderModifierConstructorDescriptionRequestContextBuilder(RequestContextBuilder prototype) Constructor.