|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SPPartner
The generic Service Provider partner.
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 |
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 |
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 |
isWantAssertionsSigned()
Indicates if this partner want assertion signed. |
void |
setGenerateAttributes(boolean generateAttributes)
set the generate attribute flag. |
void |
setIncludeOneTimeUseCondition(boolean isIncludeOneTimeUseCondition)
Set the IncludeOneTimeUseCondition value. |
void |
setKeyinfoIncluded(boolean keyinfoIncluded)
Set the Keyinfo Included value. |
void |
setServiceProviderNameMapperClassname(String nameMapperClassname)
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 interface com.bea.security.saml2.providers.registry.Partner |
---|
getAudienceURIs, getDescription, getName, isEnabled, isNameModified, setAudienceURIs, setDescription, setEnabled, setName |
Method Detail |
---|
String getServiceProviderNameMapperClassname()
void setServiceProviderNameMapperClassname(String nameMapperClassname)
nameMapperClassname
- Name mapper classnameSPPartner.getServiceProviderNameMapperClassname()
int getTimeToLive()
void setTimeToLive(int timeToLive)
timeToLive
- The Time To Live value, in seconds.int getTimeToLiveOffset()
void setTimeToLiveOffset(int timeToLiveOffset)
timeToLiveOffset
- The Time To Live Offset value to set.boolean isIncludeOneTimeUseCondition()
void setIncludeOneTimeUseCondition(boolean isIncludeOneTimeUseCondition)
isIncludeOneTimeUseCondition
- inlcude OneTimeUse Condition flagboolean isGenerateAttributes()
void setGenerateAttributes(boolean generateAttributes)
generateAttributes
- SPPartner.isGenerateAttributes()
boolean isKeyinfoIncluded()
void setKeyinfoIncluded(boolean keyinfoIncluded)
keyinfoIncluded
- The Keyinfo Included value to set.boolean isWantAssertionsSigned()
void setWantAssertionsSigned(boolean wantAssertionsSigned)
wantAssertionsSigned
- SPPartner.isWantAssertionsSigned()
|
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 |