|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SAMLAssertingParty
Represents a SAML Asserting Party entry in the LDAP Asserting Party registry.
Note that this Javadoc is being made available for the purposes of using the WebLogic Scripting Tool (WLST) to configure SAML 1.1 partners. This interface does not have a supported Java programming interface.
Field Summary |
---|
Fields inherited from interface weblogic.security.providers.saml.registry.SAMLCommonPartner |
---|
PROFILE_ARTIFACT, PROFILE_BEARER, PROFILE_HOK, PROFILE_POST, PROFILE_SV |
Method Summary | |
---|---|
String |
getAssertionRetrievalURL()
Get the Assertion Retrieval URL for this partner. |
String |
getAssertionSigningCertAlias()
Get the Assertion Signing Certificate Alias. |
String[] |
getIntersiteTransferParams()
Get the Intersite Transfer Params. |
String |
getIntersiteTransferURL()
Get the Intersite Transfer URL. |
String |
getIssuerURI()
Get this partner's Issuer URI. |
String |
getProtocolSigningCertAlias()
Get the Protocol Signing Certificate Alias. |
String[] |
getRedirectURIs()
Get the Redirect URIs. |
String |
getSourceId()
Get the partner's Source ID. |
boolean |
isVirtualUserEnabled()
Get the Virtual User Enabled value. |
void |
setAssertionRetrievalURL(String assertionRetrievalURL)
Set the Assertion Retrieval URL. |
void |
setAssertionSigningCertAlias(String assertionSigningCertAlias)
Set the Assertion Signing Certificate Alias. |
void |
setIntersiteTransferParams(String[] intersiteTransferParams)
Set the Intersite Transfer Params. |
void |
setIntersiteTransferURL(String intersiteTransferURL)
Set the Intersite Transfer URL. |
void |
setIssuerURI(String issuerURI)
Set the Issuer URI value for this partner. |
void |
setProtocolSigningCertAlias(String protocolSigningCertAlias)
Set the Protocol Signing Certificate Alias. |
void |
setRedirectURIs(String[] redirectURIs)
Set the Redirect URIs. |
void |
setSourceId(String sourceId)
Set the partner's Source ID. |
void |
setVirtualUserEnabled(boolean virtualUserEnabled)
Set the Virtual User Enabled value. |
Methods inherited from interface weblogic.security.providers.saml.registry.SAMLCommonPartner |
---|
getARSPasswordEncrypted, getARSUsername, getAudienceURI, getNameMapperClass, getProfile, getTargetURL, isARSPasswordSet, isGroupsAttributeEnabled, isSignedAssertions, setARSPassword, setARSUsername, setAudienceURI, setGroupsAttributeEnabled, setNameMapperClass, setProfile, setSignedAssertions, setTargetURL |
Methods inherited from interface weblogic.security.providers.saml.registry.SAMLPartner |
---|
getDescription, getPartnerId, isEnabled, setDescription, setEnabled, validate |
Method Detail |
---|
String getIssuerURI()
void setIssuerURI(String issuerURI)
issuerURI
- The partner's Issuer URI.String getSourceId()
void setSourceId(String sourceId)
sourceId
- The Source ID to set.String getAssertionRetrievalURL()
void setAssertionRetrievalURL(String assertionRetrievalURL)
assertionRetrievalURL
- The Assertion Retrieval URL.String getIntersiteTransferURL()
void setIntersiteTransferURL(String intersiteTransferURL)
intersiteTransferURL
- The Intersite Transfer URL to set.String[] getIntersiteTransferParams()
void setIntersiteTransferParams(String[] intersiteTransferParams)
intersiteTransferParams
- The Intersite Transfer Params to set.String[] getRedirectURIs()
void setRedirectURIs(String[] redirectURIs)
redirectURIs
- The Redirect URIs to set.String getAssertionSigningCertAlias()
void setAssertionSigningCertAlias(String assertionSigningCertAlias)
assertionSigningCertAlias
- The Assertion Signing Certificate Alias to set.String getProtocolSigningCertAlias()
void setProtocolSigningCertAlias(String protocolSigningCertAlias)
protocolSigningCertAlias
- The Protocol Signing Certificate Alias to set.boolean isVirtualUserEnabled()
void setVirtualUserEnabled(boolean virtualUserEnabled)
virtualUserEnabled
- The Virtual user Enabled valuee to set.
|
Copyright 1996, 2010, 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. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |