Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

Uses of Interface
weblogic.security.providers.saml.registry.SAMLRelyingParty

Packages that use SAMLRelyingParty
weblogic.security.providers.saml.registry Abstract interfaces for SAML 1.1 Asserting Parties, Relying Parties, and metadata. 
 

Uses of SAMLRelyingParty in weblogic.security.providers.saml.registry
 

Methods in weblogic.security.providers.saml.registry that return SAMLRelyingParty
 SAMLRelyingParty SAMLRelyingPartyRegistryMBean.getRelyingParty(String partnerId)
          Gets the SAMLRelyingParty corresponding to a partnerId.
 SAMLRelyingParty SAMLRelyingPartyRegistryMBean.newRelyingParty()
          Returns a new SAMLRelyingParty object.
 

Methods in weblogic.security.providers.saml.registry with parameters of type SAMLRelyingParty
 void SAMLRelyingPartyRegistryMBean.addRelyingParty(SAMLRelyingParty relyingParty)
          Adds a new SAMLRelyingParty to the registry.
 void SAMLRelyingPartyRegistryMBean.updateRelyingParty(SAMLRelyingParty relyingParty)
          Updates a SAMLRelyingParty in the registry.
 


Copyright 1996, 2014, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02