Class SSO.SAML.UpdateByURLParameters

  • All Implemented Interfaces:

    
    public final class SSO.SAML.UpdateByURLParameters
    
                        

    Data class used for wrapping the parameters for a SAML update by URL request

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getConnectionId() Globally unique UUID that identifies a specific SAML Connection.
      final String getMetadataUrl() A URL that points to the IdP metadata.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SSO.SAML.UpdateByURLParameters

        SSO.SAML.UpdateByURLParameters(String connectionId, String metadataUrl)
    • Method Detail

      • getConnectionId

         final String getConnectionId()

        Globally unique UUID that identifies a specific SAML Connection.

      • getMetadataUrl

         final String getMetadataUrl()

        A URL that points to the IdP metadata. This will be provided by the IdP.