Oracle

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

All Superinterfaces:
IdPPartner, Partner, Serializable, WSSPartner

public interface WSSIdPPartner
extends WSSPartner, IdPPartner

Abstract representation of a SAML 2.0 Identity Provider partner for WSS SAML Token profile.


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()
          Gets the Assertion Signing Certificate.
 void setAssertionSigningCert(X509Certificate assertionSigningCert)
          Sets 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()
Gets the Assertion Signing Certificate. The certificate is used to verify signatures on signed assertions from this partner.

Returns:
the Assertion Signing Certificate.

setAssertionSigningCert

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

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

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs103
Copyright 1996,2008, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.