Interface IDPEntry

All Superinterfaces:
SAMLObject, XMLObject
All Known Implementing Classes:
IDPEntryImpl

public interface IDPEntry extends SAMLObject
SAML 2.0 Core IDPEntry.
  • Field Details

  • Method Details

    • getProviderID

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

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

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

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

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

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