Interface EprPolicyRepositoryResponse

All Superinterfaces:
BasePolicyAdministration
All Known Subinterfaces:
OpenSamlEprPolicyRepositoryResponse
All Known Implementing Classes:
EprPolicyRepositoryResponseImpl

public interface EprPolicyRepositoryResponse extends BasePolicyAdministration
Describing the methods of the EprPolicyRepositoryResponse Interface
Beschreibung der Methoden des EprPolicyRepositoryResponse Interfaces
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

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

      static final QName 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.
  • Method Details

    • getStatus

      String getStatus()
      Method to get the status out of the response.
      Methode um den Status aus der Response zu lesen.
      Returns:
      The status of the response.
      Der Status der Response.
    • isStatusSuccess

      Boolean isStatusSuccess()
      Checks whether the response contains a successful status.
      Returns:
      True in case of success. False in case of failure