|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
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_BEARER
the URI of the bearer confirmation method identifier. |
static String |
ASSERTION_TYPE_HOLDER_OF_KEY
the URI of the hold of key confirmation method identifier. |
static String |
ASSERTION_TYPE_SENDER_VOUCHES
the URI of the sender vouches confirmation method identifier. |
Method Summary | |
---|---|
String[] |
getAudienceURIs()
Returns an array of <Audience> URI values for the <AudienceRestriction> condition of SAML assertions. |
String |
getDescription()
Returns the description for this partner. |
String |
getName()
Returns the name of this partner. |
boolean |
isEnabled()
Returns the flag that indicates if this partner is enabled. |
boolean |
isNameModified()
Returns the flag that indicates if this partner's name was modified. |
void |
setAudienceURIs(String[] audienceURIs)
Sets the <Audience> URI values for this partner. |
void |
setDescription(String desc)
Sets the description for this partner. |
void |
setEnabled(boolean enabled)
Sets the enabled flag for this partner. |
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, 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 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |