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

Part Number E27170-01

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

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

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

Methods in weblogic.security.providers.saml.registry that return SAMLAssertingParty
 SAMLAssertingParty SAMLAssertingPartyRegistryMBean.getAssertingParty(String partnerId)
          Gets the SAMLAssertingParty corresponding to a partnerId.
 SAMLAssertingParty SAMLAssertingPartyRegistryMBean.newAssertingParty()
          Returns a new SAMLAssertingParty object.
 

Methods in weblogic.security.providers.saml.registry with parameters of type SAMLAssertingParty
 void SAMLAssertingPartyRegistryMBean.addAssertingParty(SAMLAssertingParty assertingParty)
          Adds a new SAMLAssertingParty to the registry.
 void SAMLAssertingPartyRegistryMBean.updateAssertingParty(SAMLAssertingParty assertingParty)
          Updates a SAMLAssertingParty in the registry.
 


Copyright 1996, 2013, 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.2)

Part Number E27170-01