BindingClientPartner
, IdPPartner
, MetadataPartner
, Partner
, java.io.Serializable
, WebSSOPartner
public interface WebSSOIdPPartner extends WebSSOPartner, IdPPartner
ASSERTION_TYPE_BEARER, ASSERTION_TYPE_HOLDER_OF_KEY, ASSERTION_TYPE_SENDER_VOUCHES
Modifier and Type | Method | Description |
---|---|---|
java.lang.String[] |
getRedirectURIs() |
Gets the Redirect URIs.
|
Endpoint[] |
getSingleSignOnService() |
Gets the Single Sign On Service end points for this partner.
|
boolean |
isWantAuthnRequestsSigned() |
Gets the flag that indicates if this partner expects to receive signed <AuthnRequest> documents.
|
void |
setRedirectURIs(java.lang.String[] redirectURIs) |
Sets the Redirect URIs.
|
void |
setSingleSignOnService(Endpoint[] endpoints) |
Sets the Single Sign On Service end points for this partner.
|
void |
setWantAuthnRequestsSigned(boolean wantAuhtnRequestsSigned) |
Sets the want <AuthnRequest> signed flag.
|
getClientPasswordEncrypted, getClientUsername, getTransportLayerClientCert, isClientPasswordSet, setClientPassword, setClientUsername, setTransportLayerClientCert
getIdentityProviderNameMapperClassname, getIssuerURI, isProcessAttributes, isVirtualUserEnabled, isWantAssertionsSigned, setIdentityProviderNameMapperClassname, setIssuerURI, setProcessAttributes, setVirtualUserEnabled, setWantAssertionsSigned
getContactPersonCompany, getContactPersonEmailAddress, getContactPersonGivenName, getContactPersonSurName, getContactPersonTelephoneNumber, getContactPersonType, getEntityID, getErrorURL, getOrganizationName, getOrganizationURL, setContactPersonCompany, setContactPersonEmailAddress, setContactPersonGivenName, setContactPersonSurName, setContactPersonTelephoneNumber, setContactPersonType, setEntityID, setErrorURL, setOrganizationName, setOrganizationURL
getAudienceURIs, getDescription, getName, isEnabled, isNameModified, setAudienceURIs, setDescription, setEnabled, setName
getArtifactBindingPostForm, getArtifactResolutionService, getPostBindingPostForm, getSingleLogoutService, getSSOSigningCert, isArtifactBindingUsePOSTMethod, isWantArtifactRequestSigned, setArtifactBindingPostForm, setArtifactBindingUsePOSTMethod, setArtifactResolutionService, setPostBindingPostForm, setSingleLogoutService, setSSOSigningCert, setWantArtifactRequestSigned
boolean isWantAuthnRequestsSigned()
At SAML2 Service Provider site, <AuthnRequest> sent to this partner will be signed if this flag or
local site SingleSignOnServicesMBean.SignAuthnRequest
is set to true.
void setWantAuthnRequestsSigned(boolean wantAuhtnRequestsSigned)
wantAuhtnRequestsSigned
- the want <AuthnRequest> signed flag to setisWantAuthnRequestsSigned()
java.lang.String[] getRedirectURIs()
setRedirectURIs(String[])
void setRedirectURIs(java.lang.String[] redirectURIs)
The URI supports wildcard pattern. The URL mapping rules honor Servlet spec. All mapping rules are case-sensitive for string comparisons as default.
Specification of wildcard mapping:
1. A pattern node with a '/*' is used for path mapping.
2. A pattern node with a '*.' prefix is used as an extension mapping.
3. In a pattern, both wildcard path mapping and wildcard extension mapping are supported.
redirectURIs
- the Redirect URIs to setEndpoint[] getSingleSignOnService()