RequestContextBuilder |
RequestContextBuilder.setHttpRequest(javax.servlet.http.HttpServletRequest request) |
Sets the HttpServletRequest used when building the request context.
|
RequestContextBuilder |
RequestContextBuilder.setHttpResponse(javax.servlet.http.HttpServletResponse response) |
Sets the HttpServletResponse used when building the request context.
|
RequestContextBuilder |
RequestContextBuilder.setInboundMessage(Object message) |
Sets the inbound message.
|
RequestContextBuilder |
RequestContextBuilder.setInboundMessageId(String id) |
Sets the ID of the inbound message.
|
RequestContextBuilder |
RequestContextBuilder.setInboundMessageIssueInstant(Instant instant) |
Sets the issue instant of the inbound message
|
RequestContextBuilder |
RequestContextBuilder.setInboundMessageIssuer(String issuer) |
Sets the issuer of the inbound message.
|
RequestContextBuilder |
RequestContextBuilder.setOutboundMessage(Object message) |
Sets the outbound message.
|
RequestContextBuilder |
RequestContextBuilder.setOutboundMessageId(String id) |
Sets the ID of the outbound message.
|
RequestContextBuilder |
RequestContextBuilder.setOutboundMessageIssueInstant(Instant instant) |
Sets the issue instant of the outbound message
|
RequestContextBuilder |
RequestContextBuilder.setOutboundMessageIssuer(String issuer) |
Sets the issuer of the outbound message.
|
RequestContextBuilder |
RequestContextBuilder.setRelyingPartyProfileConfigurations(Collection<net.shibboleth.idp.profile.config.ProfileConfiguration> configs) |
Sets the profile configurations associated with the relying party.
|
RequestContextBuilder |
RequestContextBuilder.setServletContext(javax.servlet.ServletContext context) |
Sets the ServletContext used when building the request context.
|