Interface IDPEntry

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

    public interface IDPEntry
    extends SAMLObject
    SAML 2.0 Core IDPEntry.
    • Method Detail

      • getProviderID

        String getProviderID()
        Gets ProviderID URI.
        Returns:
        the ProviderID URI
      • setProviderID

        void setProviderID​(String newProviderID)
        Sets the ProviderID URI.
        Parameters:
        newProviderID - the new ProviderID URI
      • getName

        String getName()
        Gets the Name value.
        Returns:
        the Name value
      • setName

        void setName​(String newName)
        Sets the Name value.
        Parameters:
        newName - the Name value
      • getLoc

        String getLoc()
        Gets the Loc value.
        Returns:
        the Loc value
      • setLoc

        void setLoc​(String newLoc)
        Sets the Loc value.
        Parameters:
        newLoc - the new Loc value