Class SAMLSOAPClientContextBuilder<InboundMessageType extends SAMLObject,​OutboundMessageType extends SAMLObject>

  • Type Parameters:
    InboundMessageType - the inbound message type
    OutboundMessageType - the outbound message type

    public class SAMLSOAPClientContextBuilder<InboundMessageType extends SAMLObject,​OutboundMessageType extends SAMLObject>
    extends Object
    Builder InOutOperationContext instances for SAML SOAP client use cases.
    • Field Detail

      • protocol

        private String protocol
        The SAML protocol in use.
      • selfEntityID

        private String selfEntityID
        The SAML self entityID.
      • peerEntityID

        private String peerEntityID
        The SAML peer entityID.
      • peerEntityRole

        private QName peerEntityRole
        The SAML peer entity role.
      • peerEntityDescriptor

        private EntityDescriptor peerEntityDescriptor
        The SAML peer EntityDescriptor.
      • peerRoleDescriptor

        private RoleDescriptor peerRoleDescriptor
        The SAML peer RoleDescriptor.
      • pipelineName

        private String pipelineName
        SOAP client message pipeline name.
      • securityConfigurationProfileId

        private String securityConfigurationProfileId
        SOAP client security configuration profile ID.
    • Constructor Detail

      • SAMLSOAPClientContextBuilder

        public SAMLSOAPClientContextBuilder()