|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IdPPartner
Abstract representation of a SAML 2.0 Identity 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 |
getIdentityProviderNameMapperClassname()
Gets the qualified name of Java class that maps Subjects to SAML Assertion name information. |
String |
getIssuerURI()
Gets this partner's Issuer URI. |
boolean |
isProcessAttributes()
Gets the Process attributes flag. |
boolean |
isVirtualUserEnabled()
Gets the Virtual User Enabled value. |
boolean |
isWantAssertionsSigned()
Gets the want assertions signed flag. |
void |
setIdentityProviderNameMapperClassname(String nameMapperClassname)
Sets the qualified name of name mapper class. |
void |
setIssuerURI(String issuerURI)
Sets the Issuer URI value for this partner. |
void |
setProcessAttributes(boolean processAttributes)
Sets the process attribute flag. |
void |
setVirtualUserEnabled(boolean virtualUserEnabled)
Sets the Virtual User Enabled value. |
void |
setWantAssertionsSigned(boolean wantAssertionsSigned)
Sets the want assertions 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 getIdentityProviderNameMapperClassname()
void setIdentityProviderNameMapperClassname(String nameMapperClassname)
nameMapperClassname
- the qualified name of name mapper class to setIdPPartner.getIdentityProviderNameMapperClassname()
String getIssuerURI()
MetadataPartner.getEntityID()
void setIssuerURI(String issuerURI)
issuerURI
- the partner's Issuer URI to setIdPPartner.getIssuerURI()
boolean isVirtualUserEnabled()
void setVirtualUserEnabled(boolean virtualUserEnabled)
virtualUserEnabled
- the Virtual user Enabled value to setIdPPartner.isVirtualUserEnabled()
boolean isProcessAttributes()
This value works together with the default value in the SAML Identity Asserter mbean settings. If either is true, the attribute will be processed.
void setProcessAttributes(boolean processAttributes)
processAttributes
- the process attributes flag to setIdPPartner.isProcessAttributes()
boolean isWantAssertionsSigned()
At SAML2 Service Provider Site, the signature of <Assertion> from this partner will be verified if:
SingleSignOnServicesMBean.WantAssertionsSigned
is set to true
Unsigned <Assertion> will cause signature verification to fail if the local configuration or this partner entry indicates that signing is required.
void setWantAssertionsSigned(boolean wantAssertionsSigned)
wantAssertionsSigned
- the want assertions signed flag to setIdPPartner.isWantAssertionsSigned()
|
Documentation is available at http://edocs.bea.com/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 All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |