public class IDPSessionCopy extends Object implements Serializable
Constructor and Description |
---|
IDPSessionCopy()
Default constructor for deserialization.
|
IDPSessionCopy(IDPSession idpSession) |
IDPSessionCopy(String ssoToken)
Constructor for a
IDPSessionCopy |
Modifier and Type | Method and Description |
---|---|
boolean |
getLogoutAll()
Returnss the logoutAll property
|
String |
getMetaAlias()
Returns the IDP Meta Alias.
|
List<NameIDandSPpair> |
getNameIDandSPpairs()
Returns the list of
NameID and
SPEntityID pair of the session |
String |
getOriginatingLogoutRequestBinding()
Returns the original logout request binding.
|
String |
getOriginatingLogoutRequestID()
Returns the original log out request id of the session
|
String |
getOriginatingLogoutSPEntityID()
Returns the original log out
SPEntityID of the session |
String |
getPendingLogoutRequestID()
Returns the pending log out request id of the session
|
String |
getSSOToken()
Returns the
SSO Token of the session |
void |
setLogoutAll(boolean enable)
Sets the logoutAll property
|
void |
setMetaAlias(String metaAlias)
Sets the IDP Meta Alias.
|
void |
setOriginatingLogoutRequestBinding(String originatingLogoutRequestBinding)
Sets the original logout request binding.
|
void |
setOriginatingLogoutRequestID(String id)
Sets the original log out request id of the session
|
void |
setOriginatingLogoutSPEntityID(String id)
Sets the original log out
SPEntityID of the session |
void |
setPendingLogoutRequestID(String id)
Sets the pending log out request id of the session
|
public IDPSessionCopy()
public IDPSessionCopy(String ssoToken)
IDPSessionCopy
ssoToken
- the SSO Token
corresponding
to the IDPSessionCopy
public IDPSessionCopy(IDPSession idpSession)
public String getSSOToken()
SSO Token
of the sessionSSO Token
of the sessionpublic List<NameIDandSPpair> getNameIDandSPpairs()
NameID
and
SPEntityID
pair of the sessionNameID
and
SPEntityID
pair of the sessionpublic void setPendingLogoutRequestID(String id)
id
- the request idpublic String getPendingLogoutRequestID()
public void setOriginatingLogoutRequestBinding(String originatingLogoutRequestBinding)
originatingLogoutRequestBinding
- The original logout request binding.public String getOriginatingLogoutRequestBinding()
public void setOriginatingLogoutRequestID(String id)
id
- the request idpublic String getOriginatingLogoutRequestID()
public void setOriginatingLogoutSPEntityID(String id)
SPEntityID
of the sessionid
- the SPEntityID
public String getOriginatingLogoutSPEntityID()
SPEntityID
of the sessionSPEntityID
public void setLogoutAll(boolean enable)
enable
- true or falsepublic boolean getLogoutAll()
public void setMetaAlias(String metaAlias)
metaAlias
- Meta Aliaspublic String getMetaAlias()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.