Package com.coveo.saml
Class SamlLogoutResponse
java.lang.Object
com.coveo.saml.SamlLogoutResponse
The type Saml logout response.
-
Constructor Summary
ConstructorsConstructorDescriptionSamlLogoutResponse(org.opensaml.saml.saml2.core.Status status) Instantiates a new Saml logout response. -
Method Summary
Modifier and TypeMethodDescriptionGets details.Gets message.Gets status code.booleanIs not valid boolean.booleanisValid()Is valid boolean.
-
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
Gets status code.- Returns:
- the status code
-
getMessage
Gets message.- Returns:
- the message
-
getDetails
Gets details.- Returns:
- the details
-