public static class SAMLServiceManager.SOAPEntry extends Object
Constructor and Description |
---|
SOAPEntry(String sourceid,
String soapUrl,
String authType,
String user,
String bAuthUserID,
String bAuthPasswd,
String certAlias,
PartnerAccountMapper partnerAccountMapper,
SiteAttributeMapper siteAttributeMapper,
PartnerSiteAttributeMapper partnerSiteAttributeMapper,
ConsumerSiteAttributeMapper consumerSiteAttrMapper,
NameIdentifierMapper nameIdentifierMapper,
AttributeMapper attrMapper,
ActionMapper actionMapper,
String issuer,
Set origHostSet,
String version)
Constructs a
SOAPEntry . |
Modifier and Type | Method and Description |
---|---|
ActionMapper |
getActionMapper()
Returns
ActionMapper for handling
AuthorizationDecisionQuery sent by the partner site. |
AttributeMapper |
getAttributeMapper()
Returns
AttributeMapper for handling
AttributeQuery sent by the partner site. |
String |
getAuthType()
Returns the authentication type used to protect the partner site's
soap receiver.
|
String |
getBasicAuthPassword()
Returns user password for basic authentication.
|
String |
getBasicAuthUserID()
Returns user ID for basic authentication.
|
String |
getCertAlias()
Returns certificate alias can be used to verify a signature signed
by the partner site.
|
ConsumerSiteAttributeMapper |
getConsumerSiteAttributeMapper()
Returns
ConsumerSiteAttributeMapper instance. |
Set |
getHostSet()
Returns set of hostname, ipaddress, and/or certificate alias of
partner site that is allowed to send soap request.
|
String |
getIssuer()
Returns issuer value of the partner site.
|
NameIdentifierMapper |
getNameIdentifierMapper()
Returns
NameIdentifierMapper instance. |
PartnerAccountMapper |
getPartnerAccountMapper()
Returns
PartnerAccountMapper instance. |
PartnerSiteAttributeMapper |
getPartnerSiteAttributeMapper()
Returns
PartnerSiteAttributeMapper instance. |
SiteAttributeMapper |
getSiteAttributeMapper()
Returns
SiteAttributeMapper instance. |
String |
getSOAPUrl()
Returns SOAP receiver endpoint url.
|
String |
getSourceID()
Returns source ID of the partner site.
|
String |
getUser()
Deprecated.
|
String |
getVersion()
Returns SAML 1.x version the partner site preferred to use.
|
public SOAPEntry(String sourceid, String soapUrl, String authType, String user, String bAuthUserID, String bAuthPasswd, String certAlias, PartnerAccountMapper partnerAccountMapper, SiteAttributeMapper siteAttributeMapper, PartnerSiteAttributeMapper partnerSiteAttributeMapper, ConsumerSiteAttributeMapper consumerSiteAttrMapper, NameIdentifierMapper nameIdentifierMapper, AttributeMapper attrMapper, ActionMapper actionMapper, String issuer, Set origHostSet, String version)
SOAPEntry
.sourceid
- Source ID of the partner site.soapUrl
- SOAP Receiver endpoint URL.authType
- Authentication type should be used to protect
the soap receiver.user
- ID of the user whose attributes will be used for
basic authentication.bAuthUserID
- user ID for basic authenticationbAuthPasswd
- user password for basic authenticationcertAlias
- certificate alias used to verify signaturepartnerAccountMapper
- PartnerAccountMapper
plugin instancesiteAttributeMapper
- SiteAttributeMapper
plugin
instancepartnerSiteAttributeMapper
- PartnerSiteAttributeMapper
plugin instanceconsumerSiteAttrMapper
- ConsumerSiteAttributeMapper
plugin instancenameIdentifierMapper
- NameIdentifierMapper
plugin
instanceattrMapper
- AttributeMapper
plugin instanceactionMapper
- ActionMapper
plugin instanceissuer
- String which is the issuer of the siteorigHostSet
- Set of hostname, ipaddress, and/or certificate
alias of the partner site.version
- SAML version the partner site is preferred to.public String getSourceID()
Base64
encoded 20-byte sequence.public String getSOAPUrl()
public String getAuthType()
public String getUser()
getBasicAuthUserID
and getBasicAuthPassword
instead.getBasicAuthUserID()
,
getBasicAuthPassword()
public String getBasicAuthUserID()
public String getBasicAuthPassword()
public String getCertAlias()
public String getVersion()
public PartnerAccountMapper getPartnerAccountMapper()
PartnerAccountMapper
instance.public SiteAttributeMapper getSiteAttributeMapper()
SiteAttributeMapper
instance.public PartnerSiteAttributeMapper getPartnerSiteAttributeMapper()
PartnerSiteAttributeMapper
instance.public ConsumerSiteAttributeMapper getConsumerSiteAttributeMapper()
ConsumerSiteAttributeMapper
instance.public NameIdentifierMapper getNameIdentifierMapper()
NameIdentifierMapper
instance.NameIdentifierMapper
instance.public AttributeMapper getAttributeMapper()
AttributeMapper
for handling
AttributeQuery
sent by the partner site.public ActionMapper getActionMapper()
ActionMapper
for handling
AuthorizationDecisionQuery
sent by the partner site.public String getIssuer()
public Set getHostSet()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.