|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSSPartner
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 |
---|
String getConfirmationMethod()
Partner.ASSERTION_TYPE_BEARER
, Partner.ASSERTION_TYPE_HOLDER_OF_KEY
and Partner.ASSERTION_TYPE_SENDER_VOUCHES
.
void setConfirmationMethod(String method)
method
- the confirmation method to setWSSPartner.getConfirmationMethod()
|
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. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |