Uses of Class
org.opensaml.profile.testing.RequestContextBuilder
Packages that use RequestContextBuilder
-
Uses of RequestContextBuilder in org.opensaml.profile.testing
Methods in org.opensaml.profile.testing that return RequestContextBuilderModifier and TypeMethodDescriptionRequestContextBuilder.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 message.RequestContextBuilder.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 message.RequestContextBuilder.setOutboundMessageIssuer(String issuer) Sets the issuer of the outbound message.Constructors in org.opensaml.profile.testing with parameters of type RequestContextBuilderModifierConstructorDescriptionRequestContextBuilder(RequestContextBuilder prototype) Constructor.