Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

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

All Superinterfaces:
Partner, Serializable
All Known Subinterfaces:
WSSIdPPartner, WSSSPPartner

public interface WSSPartner
extends Partner

Abstract representation of a SAML 2.0 partner for WSS SAML Token profile. It has a subject confirmation method field.


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
 
Method Summary
 String getConfirmationMethod()
          Gets the subject confirmation method for this partner.
 void setConfirmationMethod(String method)
          Sets the subject confirmation method.
 
Methods inherited from interface com.bea.security.saml2.providers.registry.Partner
getAudienceURIs, getDescription, getName, isEnabled, isNameModified, setAudienceURIs, setDescription, setEnabled, setName
 

Method Detail

getConfirmationMethod

String getConfirmationMethod()
Gets the subject confirmation method for this partner. The confirmation method could be one of Partner.ASSERTION_TYPE_BEARER, Partner.ASSERTION_TYPE_HOLDER_OF_KEY and Partner.ASSERTION_TYPE_SENDER_VOUCHES.

Returns:
the conformation method

setConfirmationMethod

void setConfirmationMethod(String method)
Sets the subject confirmation method.

Parameters:
method - the confirmation method to set
See Also:
WSSPartner.getConfirmationMethod()

Copyright 1996, 2011, 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.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06