Interface IDPEntry

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

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

    • DEFAULT_ELEMENT_LOCAL_NAME

      static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
    • DEFAULT_ELEMENT_NAME

      static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
    • PROVIDER_ID_ATTRIB_NAME

      static final String PROVIDER_ID_ATTRIB_NAME
      ProviderID attribute name.
      See Also:
    • NAME_ATTRIB_NAME

      static final String NAME_ATTRIB_NAME
      Name attribute name.
      See Also:
    • LOC_ATTRIB_NAME

      static final String LOC_ATTRIB_NAME
      Loc attribute name.
      See Also:
  • Method Details

    • 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