CLI SAML 2.0 Indexed Endpoint Methods

Contents
casso126
Contents
GetACSIndex Method Retrieves Index Value of Assertion Consumer Service Object
The GetACSIndex method retrieves the index value of a SAML Service Provider Assertion Consumer Service object.
Syntax
The GetACSIndex method has the following format:
Netegrity::PolicyMgtSAMLSPACS->GetACSIndex()
Parameters
The GetACSIndex method accepts no parameters.
Return Value
The GetACSIndex method returns one of the following values:
  • Assertion_Consumer_Service_object_index_value
  • undef
    if the call is unsuccessful
GetACSBinding Method Retrieves Protocol Binding of Assertion Consumer Service Object
The GetACSBinding method retrieves the protocol binding of a SAML Service Provider Assertion Consumer Service object.
Syntax
The GetACSBinding method has the following format:
Netegrity::PolicyMgtSAMLSPACS->GetACSBinding()
Parameters
The GetACSBinding method accepts no parameters.
Return Value
The GetACSBinding method returns one of the following values:
  • Assertion_Consumer_Service_object_protocol_binding
  • undef
    if the call is unsuccessful
GetACSURL Method Retrieves URL Value of Assertion Consumer Service Object
The GetACSURL method retrieves the URL value of a SAML Service Provider Assertion Consumer Service object.
Syntax
The GetACSURL method has the following format:
Netegrity::PolicyMgtSAMLSPACS->GetACSURL()
Parameters
The GetACSURL method accepts no parameters.
Return Value
The GetACSURL method returns one of the following values:
  • Assertion_Consumer_Service_object_URL_value
  • undef
    if the call is unsuccessful
GetIsDefault Method Retrieves IsDefault Value for Assertion Consumer Service Object
The GetIsDefault method retrieves the value of IsDefault for the SAML Service Provider Assertion Consumer Service object.
Syntax
The GetIsDefault method has the following format:
Netegrity::PolicyMgtSAMLSPACS->GetIsDefault()
Parameters
The GetIsDefault method accepts no parameters.
Return Value
The GetIsDefault method returns one of the following values:
  • Assertion_Consumer_Service_object_IsDefault_value
  • undef
    if the call is unsuccessful