|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SPPartner
Abstract representation of a SAML 2.0 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()
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(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. |
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
- the qualified name of name mapper class to setSPPartner.getServiceProviderNameMapperClassname()
int getTimeToLive()
void setTimeToLive(int timeToLive)
timeToLive
- the Time To Live value to set, in seconds.SPPartner.getTimeToLive()
int getTimeToLiveOffset()
void setTimeToLiveOffset(int timeToLiveOffset)
timeToLiveOffset
- the Time To Live Offset value to setSPPartner.getTimeToLiveOffset()
boolean isIncludeOneTimeUseCondition()
SPPartner.setIncludeOneTimeUseCondition(boolean)
void setIncludeOneTimeUseCondition(boolean isIncludeOneTimeUseCondition)
isIncludeOneTimeUseCondition
- inlcude OneTimeUse Condition flag to setboolean isGenerateAttributes()
void setGenerateAttributes(boolean generateAttributes)
generateAttributes
- SPPartner.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 setSPPartner.isWantAssertionsSigned()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs103 Copyright 1996,2008, 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. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |