public class LogoutRequestParams extends Object
| Modifier | Constructor and Description |
|---|---|
|
LogoutRequestParams()
Create an empty set of logout request input parameters.
|
protected |
LogoutRequestParams(LogoutRequestParams source)
Create a set of logout request input parameters, by copying them from another
set.
|
|
LogoutRequestParams(String sessionIndex,
String nameId)
Create a set of logout request input parameters.
|
|
LogoutRequestParams(String sessionIndex,
String nameId,
String nameIdFormat)
Create a set of logout request input parameters.
|
|
LogoutRequestParams(String sessionIndex,
String nameId,
String nameIdFormat,
String nameIdNameQualifier)
Create a set of logout request input parameters.
|
|
LogoutRequestParams(String sessionIndex,
String nameId,
String nameIdFormat,
String nameIdNameQualifier,
String nameIdSPNameQualifier)
Create a set of logout request input parameters.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getNameId() |
protected String |
getNameIdFormat() |
protected String |
getNameIdNameQualifier() |
protected String |
getNameIdSPNameQualifier() |
protected String |
getSessionIndex() |
protected void |
setNameId(String nameId)
Sets the name ID
|
public LogoutRequestParams()
public LogoutRequestParams(String sessionIndex, String nameId)
sessionIndex - the session indexnameId - the name id of the user to log outpublic LogoutRequestParams(String sessionIndex, String nameId, String nameIdFormat)
sessionIndex - the session indexnameId - the name id of the user to log outnameIdFormat - the name id formatpublic LogoutRequestParams(String sessionIndex, String nameId, String nameIdFormat, String nameIdNameQualifier)
sessionIndex - the session indexnameId - the name id of the user to log outnameIdFormat - the name id formatnameIdNameQualifier - the name id qualifierpublic LogoutRequestParams(String sessionIndex, String nameId, String nameIdFormat, String nameIdNameQualifier, String nameIdSPNameQualifier)
sessionIndex - the session indexnameId - the name id of the user to log outnameIdFormat - the name id formatnameIdNameQualifier - the name id qualifiernameIdSPNameQualifier - the name id SP qualifierprotected LogoutRequestParams(LogoutRequestParams source)
source - the source set of logout request input parametersprotected String getNameId()
protected void setNameId(String nameId)
nameId - the name ID to setprotected String getNameIdFormat()
protected String getNameIdNameQualifier()
protected String getNameIdSPNameQualifier()
protected String getSessionIndex()
Copyright © 2021. All rights reserved.