BEA Systems, Inc.

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

All Superinterfaces:
Partner, Serializable
All Known Subinterfaces:
WSSIdPPartner, WSSSPPartner
All Known Implementing Classes:
WSSIdPPartnerImpl, WSSSPPartnerImpl

public interface WSSPartner
extends Partner

Generic WSS partner, which has only 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()
          get the subject confirmation method for this partner.
 void setConfirmationMethod(String method)
          set the 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()
get 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. hold-of-key, sender-vouches and bearer.

Returns:
the conformation method

setConfirmationMethod

void setConfirmationMethod(String method)
set the confirmation method.

Parameters:
method -

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.