Class SamlLogoutResponse

java.lang.Object
com.coveo.saml.SamlLogoutResponse

public class SamlLogoutResponse extends Object
The type Saml logout response.
  • Constructor Details

    • SamlLogoutResponse

      public SamlLogoutResponse(org.opensaml.saml.saml2.core.Status status)
      Instantiates a new Saml logout response.
      Parameters:
      status - the status
  • Method Details

    • isValid

      public boolean isValid()
      Is valid boolean.
      Returns:
      the boolean
    • isNotValid

      public boolean isNotValid()
      Is not valid boolean.
      Returns:
      the boolean
    • getStatusCode

      public String getStatusCode()
      Gets status code.
      Returns:
      the status code
    • getMessage

      public String getMessage()
      Gets message.
      Returns:
      the message
    • getDetails

      public String getDetails()
      Gets details.
      Returns:
      the details