Discuss this help topic in SecureBlackbox Forum

TElHTTPSClient.SAMLAdapter

TElHTTPSClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the adapter used for SAML authentication.

Declaration

[C#]
    TElCustomSAMLAdapter SAMLAdapter;

[VB.NET]
    Property SAMLAdapter As TElCustomSAMLAdapter

[Pascal]
    property SAMLAdapter : TElCustomSAMLAdapter;

[C++]
    TElCustomSAMLAdapter* get_SAMLAdapter();
    void set_SAMLAdapter(TElCustomSAMLAdapter &Value);
    void set_SAMLAdapter(TElCustomSAMLAdapter *Value);

[PHP]
    TElCustomSAMLAdapter get_SAMLAdapter()
    void set_SAMLAdapter(TElCustomSAMLAdapter $Value)

[Java]
    TElCustomSAMLAdapter getSAMLAdapter();
    void setSAMLAdapter(TElCustomSAMLAdapter Value);

Description

    In order to use SAML authentication, create a new descendant of TElCustomSAMLAdapter (e.g., TElSAMLAdapter), set it up as described in this how-to article, and assign it to this property.

See also:     TElSAMLAdapter    

Discuss this help topic in SecureBlackbox Forum