Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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
abstract  String getConfirmationMethod()
          Gets the subject confirmation method for this partner.
abstract  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()

Skip navigation links

Copyright 1996, 2015, 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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09