BEA Systems, Inc.

com.bea.security.saml2.providers.registry
Interface WSSIdPPartner

All Superinterfaces:
IdPPartner, Partner, Serializable, WSSPartner
All Known Implementing Classes:
WSSIdPPartnerImpl

public interface WSSIdPPartner
extends WSSPartner, IdPPartner


Field Summary
 
Fields inherited from interface com.bea.security.saml2.providers.registry.Partner
ASSERTION_TYPE_BEARER, ASSERTION_TYPE_HOLDER_OF_KEY, ASSERTION_TYPE_SENDER_VOUCHES
 
Fields inherited from interface com.bea.security.saml2.providers.registry.Partner
ASSERTION_TYPE_BEARER, ASSERTION_TYPE_HOLDER_OF_KEY, ASSERTION_TYPE_SENDER_VOUCHES
 
Method Summary
 X509Certificate getAssertionSigningCert()
          Get the Assertion Signing Certificate.
 void setAssertionSigningCert(X509Certificate assertionSigningCert)
          Set the Assertion Signing Certificate.
 
Methods inherited from interface com.bea.security.saml2.providers.registry.WSSPartner
getConfirmationMethod, setConfirmationMethod
 
Methods inherited from interface com.bea.security.saml2.providers.registry.Partner
getAudienceURIs, getDescription, getName, isEnabled, isNameModified, setAudienceURIs, setDescription, setEnabled, setName
 
Methods inherited from interface com.bea.security.saml2.providers.registry.IdPPartner
getIdentityProviderNameMapperClassname, getIssuerURI, isProcessAttributes, isVirtualUserEnabled, isWantAssertionsSigned, setIdentityProviderNameMapperClassname, setIssuerURI, setProcessAttributes, setVirtualUserEnabled, setWantAssertionsSigned
 
Methods inherited from interface com.bea.security.saml2.providers.registry.Partner
getAudienceURIs, getDescription, getName, isEnabled, isNameModified, setAudienceURIs, setDescription, setEnabled, setName
 

Method Detail

getAssertionSigningCert

X509Certificate getAssertionSigningCert()
Get the Assertion Signing Certificate. The certificate referenced by this alias is used to verify signatures on signed assertions.

Returns:
The Assertion Signing Certificate.

setAssertionSigningCert

void setAssertionSigningCert(X509Certificate assertionSigningCert)
Set the Assertion Signing Certificate.

Parameters:
assertionSigningCert - The Assertion Signing Certificate to set.
See Also:
WSSIdPPartner.getAssertionSigningCert()

Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.