Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

Uses of Class
weblogic.security.providers.saml.SAMLAttributeStatementInfo

Packages that use SAMLAttributeStatementInfo
weblogic.security.providers.saml Provides interfaces and classes for the configuration, control, and monitoring of SAML 1.1 security providers in a WebLogic security realm. 
weblogic.wsee.security.saml   
 

Uses of SAMLAttributeStatementInfo in weblogic.security.providers.saml
 

Methods in weblogic.security.providers.saml that return types with arguments of type SAMLAttributeStatementInfo
 Collection<SAMLAttributeStatementInfo> SAMLCredentialAttributeMapper.mapAttributes(Subject subject, ContextHandler handler)
          Maps a Subject to a set of values used to construct a SAMLAttributeStatementInfo element for a SAML assertion.
 

Method parameters in weblogic.security.providers.saml with type arguments of type SAMLAttributeStatementInfo
 void SAMLIdentityAssertionAttributeMapper.mapAttributeInfo(Collection<SAMLAttributeStatementInfo> attrStmtInfos, ContextHandler contextHandler)
          map from collection of SAMLAttributeStatementInfo to collection of Principal.
 

Uses of SAMLAttributeStatementInfo in weblogic.wsee.security.saml
 

Methods in weblogic.wsee.security.saml that return types with arguments of type SAMLAttributeStatementInfo
 Collection<SAMLAttributeStatementInfo> SAMLAttributeStatementDataImpl.getCollectionsForSAMLAttributeStatementInfo()
          build a collection of SAMLAttributeStatementInfo objects for SAML 1.1
 Collection<SAMLAttributeStatementInfo> SAMLAttributeStatementData.getCollectionsForSAMLAttributeStatementInfo()
          build a collection of SAMLAttributeStatementInfo objects for SAML 1.1
 

Method parameters in weblogic.wsee.security.saml with type arguments of type SAMLAttributeStatementInfo
static SAMLAttributeStatementData SAMLAttributeStatementDataFactory.makeSAMLAttributeStatementDataFromSAMLAttributeStatementInfo(Collection<SAMLAttributeStatementInfo> attributes)
           
 


Copyright 1996, 2011, 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.6)

Part Number E13941-06