Interface FSSAMLServiceModel

    • Method Detail

      • getAttributeLabels

        Map getAttributeLabels()
        Returns localized label for all attributes.
        Returns:
        localized label for all attributes.
      • getAttributeInlineHelps

        Map getAttributeInlineHelps()
        Returns localized inline help for all attributes.
        Returns:
        localized inline help for all attributes.
      • getAttributeValues

        Map getAttributeValues()
        Returns attribute values.
        Returns:
        a map of samlv1.x attribute values.
      • setAttributeValues

        void setAttributeValues​(Map values)
                         throws AMConsoleException
        Set attribute values.
        Parameters:
        values - Attribute values. Map of samlv1.x attribute name to set of values.
        Throws:
        AMConsoleException - if values cannot be set.
      • deleteTrustPartners

        void deleteTrustPartners​(Set values)
                          throws AMConsoleException
        delete trusted partners set
        Parameters:
        values - a Set of trusted partner .
        Throws:
        AMConsoleException - if name cannot be set.
      • modifyTrustPartners

        void modifyTrustPartners​(Set values)
                          throws AMConsoleException
        modify trusted partners set
        Parameters:
        values - a Set of trusted partner .
        Throws:
        AMConsoleException - if name cannot be set.