public static class SAMLServiceManager.SiteEntry extends Object
Constructor and Description |
---|
SiteEntry(String host,
int port,
String sourceid,
String samlUrl,
String postUrl,
String version)
Constructs
SiteEntry object. |
Modifier and Type | Method and Description |
---|---|
String |
getHostName()
Returns host name of the target.
|
int |
getPort()
Returns port of the target.
|
String |
getPOSTUrl()
Returns URL endpoint which handles SAML web browser POST profile.
|
String |
getSAMLUrl()
Returns URL endpoint which handles SAML web browser artifact profile.
|
String |
getSourceID()
Returns source ID of the site.
|
String |
getVersion()
Returns the SAML version the partner site is preferred to use.
|
public SiteEntry(String host, int port, String sourceid, String samlUrl, String postUrl, String version)
SiteEntry
object.host
- hostname of the target site.port
- port number of the target site.sourceid
- Base64
encoded 20-byte sequence which
represents id of the site.samlUrl
- site's endpoint which handles SAML web browser
artifact profile.postUrl
- site's endpoint which handles SAML web broser POST
profile.version
- prefered SAML version the site wants to use.
Its possible values are 1.0, 1.1.public String getSAMLUrl()
public String getPOSTUrl()
public String getHostName()
public int getPort()
public String getSourceID()
public String getVersion()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.