| Package | Description |
|---|---|
| com.onelogin.saml2.authn | |
| com.onelogin.saml2.logout | |
| com.onelogin.saml2.util |
| Modifier and Type | Method and Description |
|---|---|
SamlResponseStatus |
SamlResponse.getResponseStatus()
Returns the ResponseStatus object
|
static SamlResponseStatus |
SamlResponse.getStatus(Document dom)
Get Status from a Response
|
| Modifier and Type | Method and Description |
|---|---|
SamlResponseStatus |
LogoutResponseParams.getResponseStatus()
Returns the response status.
|
SamlResponseStatus |
LogoutResponse.getSamlResponseStatus()
Gets the Status of the Logout Response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogoutResponse.build(String inResponseTo,
SamlResponseStatus responseStatus)
Deprecated.
use
LogoutResponse.LogoutResponse(Saml2Settings, LogoutResponseParams)
instead, in which case this method becomes completely useless;
indeed, invoking this method in an outgoing logout response
scenario will cause the response parameters specified at
construction time (inResponseTo and
responseStatus) to be overwritten, as well as its
generated id and issue instant; on the other hand invoking this
method in a received logout response scenario does not make sense
at all (and in that case
LogoutResponse.LogoutResponse(Saml2Settings, HttpRequest) should be
used instead) |
| Constructor and Description |
|---|
LogoutResponseParams(String inResponseTo,
SamlResponseStatus responseStatus)
Creates a logout response.
|
| Modifier and Type | Method and Description |
|---|---|
static SamlResponseStatus |
Util.getStatus(String statusXpath,
Document dom)
Get Status from a Response
|
Copyright © 2022. All rights reserved.