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

Part Number E13941-04

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

Packages that use SAMLAttributeInfo
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 SAMLAttributeInfo in weblogic.security.providers.saml
 

Methods in weblogic.security.providers.saml that return types with arguments of type SAMLAttributeInfo
 Collection<SAMLAttributeInfo> SAMLAttributeStatementInfo.getAttributeInfo()
          return attributes in this AttributeStatement
 

Methods in weblogic.security.providers.saml with parameters of type SAMLAttributeInfo
 void SAMLAttributeStatementInfo.addAttributeInfo(SAMLAttributeInfo info)
          Adds a SAMLAttributeInfo, at the end of the existing attribute list.
 

Method parameters in weblogic.security.providers.saml with type arguments of type SAMLAttributeInfo
 void SAMLAttributeStatementInfo.setAttributeInfo(Collection<SAMLAttributeInfo> attrs)
          Adds a Collection of SAMLAttributeInfo instance to this SAMLAttributeStatementInfo instance, to the end of the existing attributes list, in the order that they presents in the attrs.
 

Constructor parameters in weblogic.security.providers.saml with type arguments of type SAMLAttributeInfo
SAMLAttributeStatementInfo(Collection<SAMLAttributeInfo> attrs)
          Constructs a SAMLAttributeStatementInfo containing multiple SAMLAttributeInfo elements.
 

Uses of SAMLAttributeInfo in weblogic.wsee.security.saml
 

Methods in weblogic.wsee.security.saml that return SAMLAttributeInfo
 SAMLAttributeInfo SAMLAttributeDataImpl.getSAMLAttributeInfo()
          get a SAMLAttributeInfo object from this object
 SAMLAttributeInfo SAMLAttributeData.getSAMLAttributeInfo()
          get a SAMLAttributeInfo object from this object
 

Constructors in weblogic.wsee.security.saml with parameters of type SAMLAttributeInfo
SAMLAttributeDataImpl(SAMLAttributeInfo samlAttributeInfo)
           
 


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