RequestHttpObjectBuilder<T> |
RequestHttpObjectBuilder.binding(String binding) |
The builder is created with the SAML binding to use when sending the request message (redirect or post).
|
RequestHttpObjectBuilder<T> |
RequestHttpObjectBuilder.endpoint(String url) |
For testing purposes
|
RequestHttpObjectBuilder<T> |
RequestHttpObjectBuilder.performSignature(boolean signatureFlag) |
The RequestBuilder reads the federation metadata and determines that a request should be signed if based on
requirements from the IdP and SP.
|
RequestHttpObjectBuilder<T> |
RequestHttpObjectBuilder.relayState(String relayState) |
Installs the SAML RelayState to use when sending the request.
|
RequestHttpObjectBuilder<T> |
RequestHttpObjectBuilder.request(T request) |
Replaces the request object that this builder currently is processing with a new and updated object.
|
RequestHttpObjectBuilder<T> |
RequestHttpObjectBuilder.signatureCredentials(X509Credential signatureCredentials) |
Using this method the signature credentials for the builder object may be changed.
|