Interface NameIDMappingResponse

All Superinterfaces:
SAMLObject, SignableSAMLObject, SignableXMLObject, StatusResponseType, XMLObject
All Known Implementing Classes:
NameIDMappingResponseImpl

public interface NameIDMappingResponse extends StatusResponseType
SAML 2.0 Core NameIDMappingResponse .
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

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

      @Nonnull static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

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

      @Nonnull static final QName TYPE_NAME
      QName of the XSI type.
  • Method Details

    • getNameID

      @Nullable NameID getNameID()
      Gets the name identifier of the principal for this response.
      Returns:
      the name identifier of the principal for this response
    • setNameID

      void setNameID(@Nullable NameID newNameID)
      Sets the name identifier of the principal for this response.
      Parameters:
      newNameID - the name identifier of the principal for this response
    • getEncryptedID

      @Nullable EncryptedID getEncryptedID()
      Gets the encrypted name identifier of the principal for this response.
      Returns:
      the encrypted name identifier of the principal for this response
    • setEncryptedID

      void setEncryptedID(@Nullable EncryptedID newEncryptedID)
      Sets the encrypted name identifier of the principal for this response.
      Parameters:
      newEncryptedID - the new encrypted name identifier of the principal for this response