Interface Keywords

  • All Superinterfaces:
    org.opensaml.core.xml.LangBearing, SAMLObject, org.opensaml.core.xml.XMLObject

    public interface Keywords
    extends SAMLObject, org.opensaml.core.xml.LangBearing
    DisplayName. See IdP Discovery and Login UI Metadata Extension Profile.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      List<String> getKeywords()
      Gets the keywords.
      void setKeywords​(List<String> val)
      Sets the keywords.
      • Methods inherited from interface org.opensaml.core.xml.LangBearing

        getXMLLang, setXMLLang
      • Methods inherited from interface org.opensaml.core.xml.XMLObject

        detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
    • Field Detail

      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
    • Method Detail

      • getKeywords

        List<String> getKeywords()
        Gets the keywords.
        Returns:
        the keywords
      • setKeywords

        void setKeywords​(List<String> val)
        Sets the keywords.
        Parameters:
        val - The keywords