| Package | Description |
|---|---|
| net.shibboleth.idp.profile |
| Modifier and Type | Method and Description |
|---|---|
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(long instant)
Sets the issue instant of the inbound message in milliseconds.
|
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(long instant)
Sets the issue instant of the outbound message in milliseconds.
|
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. |
| Constructor and Description |
|---|
RequestContextBuilder(RequestContextBuilder prototype)
Constructor.
|
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.