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()
SLOInformationInterface
getSpEntityID
in interface SLOInformationInterface
public String getSessionIndex()
SLOInformationInterface
getSessionIndex
in interface SLOInformationInterface
public String getUserNameIdentifier()
SLOInformationInterface
getUserNameIdentifier
in interface SLOInformationInterface
public 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()
SLOInformationInterface
getProtocolType
in interface SLOInformationInterface
public String getUserNameIDFormat()
getUserNameIDFormat
in interface SLOInformationInterface
public 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.