public class SLOInformationImpl extends Object implements SLOInformationInterface, Serializable
| Constructor and Description |
|---|
SLOInformationImpl() |
SLOInformationImpl(String authURL,
String spEntityID,
String sessionID,
String nameID,
String nameIDFormat,
String protocolType) |
SLOInformationImpl(String authURL,
String spEntityID,
String sessionID,
String nameID,
String nameIDFormat,
String protocolType,
org.opensaml.saml2.metadata.SingleLogoutService sloService) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthURL() |
String |
getBinding() |
String |
getProtocolType()
get protocol type which was used for authentication
|
String |
getServiceURL() |
String |
getSessionIndex()
get AssertionID which was used for Service Provider Single LogOut request
|
String |
getSpEntityID()
Get the unique entityID of this Service-Provider
|
String |
getUserNameIdentifier()
get user identifier which was used
|
String |
getUserNameIDFormat() |
void |
setNameIDFormat(String nameIDFormat) |
void |
setProtocolType(String protocolType) |
void |
setSessionIndex(String sessionIndex) |
void |
setSpEntityID(String spEntityID) |
void |
setUserNameIdentifier(String nameID) |
public SLOInformationImpl(String authURL, String spEntityID, String sessionID, String nameID, String nameIDFormat, String protocolType)
public SLOInformationImpl(String authURL, String spEntityID, String sessionID, String nameID, String nameIDFormat, String protocolType, org.opensaml.saml2.metadata.SingleLogoutService sloService)
public SLOInformationImpl()
public String getSpEntityID()
SLOInformationInterfacegetSpEntityID in interface SLOInformationInterfacepublic String getSessionIndex()
SLOInformationInterfacegetSessionIndex in interface SLOInformationInterfacepublic String getUserNameIdentifier()
SLOInformationInterfacegetUserNameIdentifier in interface SLOInformationInterfacepublic void setSessionIndex(String sessionIndex)
sessionIndex - the sessionIndex to setpublic void setUserNameIdentifier(String nameID)
nameID - the nameID to setpublic void setProtocolType(String protocolType)
protocolType - the protocolType to setpublic String getProtocolType()
SLOInformationInterfacegetProtocolType in interface SLOInformationInterfacepublic String getUserNameIDFormat()
getUserNameIDFormat in interface SLOInformationInterfacepublic void setNameIDFormat(String nameIDFormat)
nameIDFormat - the nameIDFormat to setpublic String getBinding()
public String getServiceURL()
public String getAuthURL()
public void setSpEntityID(String spEntityID)
spEntityID - the spEntityID to setCopyright © 2017. All rights reserved.