|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Partner
The general partner interface that contains madatory information for a partner.
Field Summary | |
---|---|
static String |
ASSERTION_TYPE_BEARER
|
static String |
ASSERTION_TYPE_HOLDER_OF_KEY
|
static String |
ASSERTION_TYPE_SENDER_VOUCHES
|
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 this partner's name. |
boolean |
isEnabled()
Returns the enabled flag for this partner. |
boolean |
isNameModified()
Returns the nameModified flag for this partner. |
void |
setAudienceURIs(String[] audienceURIs)
Sets the <Audience> URI values for this partner. |
void |
setDescription(String desc)
Set the description for this partner. |
void |
setEnabled(boolean enabled)
Set the enabled flag for this partner. |
void |
setName(String name)
Set the partner's name. |
Field Detail |
---|
static final String ASSERTION_TYPE_BEARER
static final String ASSERTION_TYPE_HOLDER_OF_KEY
static final String ASSERTION_TYPE_SENDER_VOUCHES
Method Detail |
---|
void setName(String name)
name
- String getName()
boolean isEnabled()
boolean isNameModified()
void setEnabled(boolean enabled)
enabled
- The enabled flag to set.String getDescription()
void setDescription(String desc)
desc
- The description value to set.String[] 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()
|
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. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |