| Package | Description |
|---|---|
| com.onelogin.saml2.logout |
| Modifier and Type | Method and Description |
|---|---|
static String |
LogoutRequest.getId(String samlLogoutRequestString)
Returns the ID of the Logout Request String.
|
static String |
LogoutRequest.getIssuer(String samlLogoutRequestString)
Gets the Issuer from Logout Request String.
|
static List<String> |
LogoutRequest.getSessionIndexes(String samlLogoutRequestString)
Gets the SessionIndexes from the LogoutRequest.
|
Boolean |
LogoutRequest.isValid()
Determines if the SAML LogoutRequest is valid or not
|
| Constructor and Description |
|---|
LogoutRequest(Saml2Settings settings)
Constructs the LogoutRequest object.
|
LogoutRequest(Saml2Settings settings,
HttpRequest request)
Constructs the LogoutRequest object.
|
LogoutRequest(Saml2Settings settings,
HttpRequest request,
String nameId,
String sessionIndex)
Constructs the LogoutRequest object.
|
LogoutResponse(Saml2Settings settings,
HttpRequest request)
Constructs the LogoutResponse object.
|
Copyright © 2016. All rights reserved.