Partner, java.io.SerializableWebSSOSPPartner, WSSSPPartnerpublic interface SPPartner extends Partner
ASSERTION_TYPE_BEARER, ASSERTION_TYPE_HOLDER_OF_KEY, ASSERTION_TYPE_SENDER_VOUCHES| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getServiceProviderNameMapperClassname() |
Gets the qualified name of Java class that maps Assertion name information to Subjects.
|
int |
getTimeToLive() |
Gets the Time To Live value.
|
int |
getTimeToLiveOffset() |
Gets the Time To Live Offset value.
|
boolean |
isGenerateAttributes() |
Gets the flag that indicates whether to generate <AttributeStatment> in the
assertion for this partner.
|
boolean |
isIncludeOneTimeUseCondition() |
Gets the Include OneTimeUse Condition value.
|
boolean |
isKeyinfoIncluded() |
Gets the Keyinfo Included value.
|
boolean |
isWantAssertionsSigned() |
Gets the flag that indicates if this partner expects to receive signed assertions.
|
void |
setGenerateAttributes(boolean generateAttributes) |
Sets the generate attribute flag.
|
void |
setIncludeOneTimeUseCondition(boolean isIncludeOneTimeUseCondition) |
Sets the Include OneTimeUse Condition value.
|
void |
setKeyinfoIncluded(boolean keyinfoIncluded) |
Sets the Keyinfo Included value.
|
void |
setServiceProviderNameMapperClassname(java.lang.String nameMapperClassname) |
Sets the qualified name of name mapper class.
|
void |
setTimeToLive(int timeToLive) |
Sets the Time To Live value, as a number of seconds.
|
void |
setTimeToLiveOffset(int timeToLiveOffset) |
Sets the Time To Live Offset value, as a positive or negative
number of seconds.
|
void |
setWantAssertionsSigned(boolean wantAssertionsSigned) |
Sets the want assertion signed flag.
|
getAudienceURIs, getDescription, getName, isEnabled, isNameModified, setAudienceURIs, setDescription, setEnabled, setNamejava.lang.String getServiceProviderNameMapperClassname()
void setServiceProviderNameMapperClassname(java.lang.String nameMapperClassname)
nameMapperClassname - the qualified name of name mapper class to setgetServiceProviderNameMapperClassname()int getTimeToLive()
void setTimeToLive(int timeToLive)
timeToLive - the Time To Live value to set, in seconds.getTimeToLive()int getTimeToLiveOffset()
void setTimeToLiveOffset(int timeToLiveOffset)
timeToLiveOffset - the Time To Live Offset value to setgetTimeToLiveOffset()boolean isIncludeOneTimeUseCondition()
setIncludeOneTimeUseCondition(boolean)void setIncludeOneTimeUseCondition(boolean isIncludeOneTimeUseCondition)
isIncludeOneTimeUseCondition - inlcude OneTimeUse Condition flag to setboolean isGenerateAttributes()
void setGenerateAttributes(boolean generateAttributes)
generateAttributes - isGenerateAttributes()boolean isKeyinfoIncluded()
void setKeyinfoIncluded(boolean keyinfoIncluded)
keyinfoIncluded - the Keyinfo Included value to setboolean isWantAssertionsSigned()
At SAML2 Identity Provider site, <Assertion> issued to this partner will be signed if this flag is set to true.
void setWantAssertionsSigned(boolean wantAssertionsSigned)
wantAssertionsSigned - the want assertion signed flag to setisWantAssertionsSigned()