|
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 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface Partner
Abstract representation of a SAML 2.0 partner. This interface defines mandatory information for a partner.
| Field Summary | |
|---|---|
static String |
ASSERTION_TYPE_BEARERthe URI of the bearer confirmation method identifier. |
static String |
ASSERTION_TYPE_HOLDER_OF_KEYthe URI of the hold of key confirmation method identifier. |
static String |
ASSERTION_TYPE_SENDER_VOUCHESthe URI of the sender vouches confirmation method identifier. |
| Method Summary | |
|---|---|
abstract String[] |
getAudienceURIs()Returns an array of <Audience> URI values for the <AudienceRestriction> condition of SAML assertions. |
abstract String |
getDescription()Returns the description for this partner. |
abstract String |
getName()Returns the name of this partner. |
abstract boolean |
isEnabled()Returns the flag that indicates if this partner is enabled. |
abstract boolean |
isNameModified()Returns the flag that indicates if this partner's name was modified. |
abstract void |
setAudienceURIs(String[] audienceURIs)Sets the <Audience> URI values for this partner. |
abstract void |
setDescription(String desc)Sets the description for this partner. |
abstract void |
setEnabled(boolean enabled)Sets the enabled flag for this partner. |
abstract void |
setName(String name)Sets the name of this partner. |
| Field Detail |
|---|
static final String ASSERTION_TYPE_BEARER
bearer confirmation method identifier.
static final String ASSERTION_TYPE_HOLDER_OF_KEY
hold of key confirmation method identifier.
static final String ASSERTION_TYPE_SENDER_VOUCHES
sender vouches confirmation method identifier.
| Method Detail |
|---|
void setName(String name)
name - the partner name to setPartner.setName(String)String getName()
boolean isEnabled()
boolean isNameModified()
Partner.getName()void setEnabled(boolean enabled)
enabled - the enabled flag to setPartner.isEnabled()String getDescription()
void setDescription(String desc)
desc - the description value to setString[] getAudienceURIs()
Note that for Web SSO cases, this value is not honored. The only Audience URI for Web SSO is the IdP's Entity ID.
MetadataPartner.getEntityID()void setAudienceURIs(String[] audienceURIs)
audienceURIs - <Audience> URI valuesPartner.getAudienceURIs()
|
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 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||