com.bea.security.saml2.providers.registry
Interface WebSSOSPPartner
- All Superinterfaces:
- BindingClientPartner, MetadataPartner, Partner, Serializable, SPPartner, WebSSOPartner
- All Known Implementing Classes:
- WebSSOSPPartnerImpl
public interface WebSSOSPPartner
- extends WebSSOPartner, SPPartner
Generic Web SSO SP Partner.
Methods inherited from interface com.bea.security.saml2.providers.registry.WebSSOPartner |
getArtifactBindingPostForm, getArtifactResolutionService, getPostBindingPostForm, getSSOSigningCert, isArtifactBindingUsePOSTMethod, isWantArtifactRequestSigned, setArtifactBindingPostForm, setArtifactBindingUsePOSTMethod, setArtifactResolutionService, setPostBindingPostForm, setSSOSigningCert, setWantArtifactRequestSigned |
Methods inherited from interface com.bea.security.saml2.providers.registry.MetadataPartner |
getContactPersonCompany, getContactPersonEmailAddress, getContactPersonGivenName, getContactPersonSurName, getContactPersonTelephoneNumber, getContactPersonType, getEntityID, getErrorURL, getOrganizationName, getOrganizationURL, setContactPersonCompany, setContactPersonEmailAddress, setContactPersonGivenName, setContactPersonSurName, setContactPersonTelephoneNumber, setContactPersonType, setEntityID, setErrorURL, setOrganizationName, setOrganizationURL |
Methods inherited from interface com.bea.security.saml2.providers.registry.SPPartner |
getServiceProviderNameMapperClassname, getTimeToLive, getTimeToLiveOffset, isGenerateAttributes, isIncludeOneTimeUseCondition, isKeyinfoIncluded, isWantAssertionsSigned, setGenerateAttributes, setIncludeOneTimeUseCondition, setKeyinfoIncluded, setServiceProviderNameMapperClassname, setTimeToLive, setTimeToLiveOffset, setWantAssertionsSigned |
isWantAuthnRequestsSigned
boolean isWantAuthnRequestsSigned()
- Indicates wether the request for this SP should be signed. Note there is another method with the same
name in WebSSOIdpPartner, but have different meaning. Maybe this one should be renamed.
- Returns:
- true then the authn request must be signed.
setWantAuthnRequestsSigned
void setWantAuthnRequestsSigned(boolean wantAuthnRequestsSigned)
getAssertionConsumerService
IndexedEndpoint[] getAssertionConsumerService()
- Get the Aseertion Consumer Service for the SP partner.
- Returns:
- the Indexed Endpoint for the ACS service.
setAssertionConsumerService
void setAssertionConsumerService(IndexedEndpoint[] endpoints)
- set the ACS service end points.
- Parameters:
endpoints
-