Uses of Class
org.opensaml.saml.common.messaging.soap.SAMLSOAPClientContextBuilder
Packages that use SAMLSOAPClientContextBuilder
Package
Description
Support classes for SAML SOAP message operations.
-
Uses of SAMLSOAPClientContextBuilder in org.opensaml.saml.common.messaging.soap
Methods in org.opensaml.saml.common.messaging.soap that return SAMLSOAPClientContextBuilderModifier and TypeMethodDescriptionSAMLSOAPClientContextBuilder.setOutboundMessage
(OutboundMessageType message) Set the outbound message.SAMLSOAPClientContextBuilder.setPeerEntityDescriptor
(EntityDescriptor entityDescriptor) Set the SAML peer EntityDescriptor.SAMLSOAPClientContextBuilder.setPeerEntityID
(String entityID) Set the SAML peer entityID.SAMLSOAPClientContextBuilder.setPeerEntityRole
(QName role) Set the SAML peer role.SAMLSOAPClientContextBuilder.setPeerRoleDescriptor
(RoleDescriptor roleDescriptor) Set the SAML peer RoleDescriptor.SAMLSOAPClientContextBuilder.setPipelineName
(String name) Set the SOAP client message pipeline name to use.SAMLSOAPClientContextBuilder.setProtocol
(String uri) Set the SAML protocol URI.SAMLSOAPClientContextBuilder.setSecurityConfigurationProfileId
(String profileId) Set the SOAP client security configuration profile ID to use.SAMLSOAPClientContextBuilder.setSelfEntityID
(String entityID) Set the SAML self entityID.SAMLSOAPClientContextBuilder.setTLSCriteriaSetStrategy
(Function<MessageContext, CriteriaSet> strategy) Set the TLS CriteriaSet strategy.