|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.security.saml2.providers.registry.WSSSPPartnerImpl
public class WSSSPPartnerImpl
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 |
Fields inherited from interface com.bea.security.saml2.providers.registry.Partner |
---|
ASSERTION_TYPE_BEARER, ASSERTION_TYPE_HOLDER_OF_KEY, ASSERTION_TYPE_SENDER_VOUCHES |
Constructor Summary | |
---|---|
WSSSPPartnerImpl()
|
Method Summary | |
---|---|
String[] |
getAudienceURIs()
Returns an array of <Audience> URI values for the <AudienceRestriction> condition of SAML assertions. |
String |
getConfirmationMethod()
get the subject confirmation method for this partner. |
String |
getDescription()
Returns the description for this partner. |
String |
getName()
Returns this partner's name. |
String |
getServiceProviderNameMapperClassname()
Returns classname of SP Provider name mapper for the conversion from SAML2 attributes to JAAS Subject principals |
int |
getTimeToLive()
Get the Time To Live value. |
int |
getTimeToLiveOffset()
Get the Time To Live Offset value. |
boolean |
isEnabled()
Returns the enabled flag for this partner. |
boolean |
isGenerateAttributes()
The flag of whether to generate <AttributeStatment> in the assertion for this partner. |
boolean |
isIncludeOneTimeUseCondition()
Get the IncludeOneTimeUseCondition value. |
boolean |
isKeyinfoIncluded()
Get the Keyinfo Included value. |
boolean |
isNameModified()
Returns the nameModified flag for this partner. |
boolean |
isWantAssertionsSigned()
Indicates if this partner want assertion signed. |
void |
setAudienceURIs(String[] audienceURIs)
Sets the <Audience> URI values for this partner. |
void |
setConfirmationMethod(String confirmationMethod)
set the confirmation method. |
void |
setDescription(String description)
Set the description for this partner. |
void |
setEnabled(boolean enabled)
Set the enabled flag for this partner. |
void |
setGenerateAttributes(boolean generateAttributes)
set the generate attribute flag. |
void |
setIncludeOneTimeUseCondition(boolean includeOneTimeUseCondition)
Set the IncludeOneTimeUseCondition value. |
void |
setKeyinfoIncluded(boolean keyinfoIncluded)
Set the Keyinfo Included value. |
void |
setName(String name)
Set the partner's name. |
void |
setServiceProviderNameMapperClassname(String serviceProviderNameMapperClassname)
Sets SP Provider name mapper classname |
void |
setTimeToLive(int timeToLive)
Set the Time To Live value, as a number of seconds. |
void |
setTimeToLiveOffset(int timeToLiveOffset)
Set the Time To Live Offset value, as a positive or negative number of seconds. |
void |
setWantAssertionsSigned(boolean wantAssertionsSigned)
set the want assertion signed flag. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSSSPPartnerImpl()
Method Detail |
---|
public String[] getAudienceURIs()
Partner
Note that for Web SSO cases, this value is not honored. The only Audience URI for Web SSO is the IdP's Entity ID.
getAudienceURIs
in interface Partner
MetadataPartner.getEntityID()
public void setAudienceURIs(String[] audienceURIs)
Partner
setAudienceURIs
in interface Partner
audienceURIs
- <Audience> URI valuesPartner.getAudienceURIs()
public String getConfirmationMethod()
WSSPartner
Partner.ASSERTION_TYPE_BEARER
Partner.ASSERTION_TYPE_HOLDER_OF_KEY
and Partner.ASSERTION_TYPE_SENDER_VOUCHES
.
hold-of-key, sender-vouches and bearer.
getConfirmationMethod
in interface WSSPartner
public void setConfirmationMethod(String confirmationMethod)
WSSPartner
setConfirmationMethod
in interface WSSPartner
public String getDescription()
Partner
getDescription
in interface Partner
public void setDescription(String description)
Partner
setDescription
in interface Partner
description
- The description value to set.public boolean isEnabled()
Partner
isEnabled
in interface Partner
public void setEnabled(boolean enabled)
Partner
setEnabled
in interface Partner
enabled
- The enabled flag to set.public boolean isWantAssertionsSigned()
SPPartner
isWantAssertionsSigned
in interface SPPartner
public void setWantAssertionsSigned(boolean wantAssertionsSigned)
SPPartner
setWantAssertionsSigned
in interface SPPartner
SPPartner.isWantAssertionsSigned()
public boolean isGenerateAttributes()
SPPartner
isGenerateAttributes
in interface SPPartner
public void setGenerateAttributes(boolean generateAttributes)
SPPartner
setGenerateAttributes
in interface SPPartner
SPPartner.isGenerateAttributes()
public boolean isIncludeOneTimeUseCondition()
SPPartner
isIncludeOneTimeUseCondition
in interface SPPartner
public void setIncludeOneTimeUseCondition(boolean includeOneTimeUseCondition)
SPPartner
setIncludeOneTimeUseCondition
in interface SPPartner
includeOneTimeUseCondition
- inlcude OneTimeUse Condition flagpublic boolean isKeyinfoIncluded()
SPPartner
isKeyinfoIncluded
in interface SPPartner
public void setKeyinfoIncluded(boolean keyinfoIncluded)
SPPartner
setKeyinfoIncluded
in interface SPPartner
keyinfoIncluded
- The Keyinfo Included value to set.public String getServiceProviderNameMapperClassname()
SPPartner
getServiceProviderNameMapperClassname
in interface SPPartner
public void setServiceProviderNameMapperClassname(String serviceProviderNameMapperClassname)
SPPartner
setServiceProviderNameMapperClassname
in interface SPPartner
serviceProviderNameMapperClassname
- Name mapper classnameSPPartner.getServiceProviderNameMapperClassname()
public int getTimeToLive()
SPPartner
getTimeToLive
in interface SPPartner
public void setTimeToLive(int timeToLive)
SPPartner
setTimeToLive
in interface SPPartner
timeToLive
- The Time To Live value, in seconds.public int getTimeToLiveOffset()
SPPartner
getTimeToLiveOffset
in interface SPPartner
public void setTimeToLiveOffset(int timeToLiveOffset)
SPPartner
setTimeToLiveOffset
in interface SPPartner
timeToLiveOffset
- The Time To Live Offset value to set.public boolean isNameModified()
Partner
isNameModified
in interface Partner
public void setName(String name)
Partner
setName
in interface Partner
public String getName()
Partner
getName
in interface Partner
|
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 |