Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

Uses of Class
com.bea.security.saml2.providers.SAML2AttributeInfo

Packages that use SAML2AttributeInfo
com.bea.security.saml2.providers Provides interfaces and classes for the configuration, control, and monitoring of SAML 2.0 security providers in a WebLogic security realm. 
weblogic.wsee.security.saml Provides interfaces and classes for Security Assertion Markup Language (SAML). 
 

Uses of SAML2AttributeInfo in com.bea.security.saml2.providers
 

Methods in com.bea.security.saml2.providers that return types with arguments of type SAML2AttributeInfo
 Collection<SAML2AttributeInfo> SAML2AttributeStatementInfo.getAttributeInfo()
          Returns a collection of attributes contained by a single AttributeStatement of a SAML Assertion.
 

Methods in com.bea.security.saml2.providers with parameters of type SAML2AttributeInfo
 void SAML2AttributeStatementInfo.addAttributeInfo(SAML2AttributeInfo attr)
          Adds a single attribute to this instance, at the end of the existing list.
 

Method parameters in com.bea.security.saml2.providers with type arguments of type SAML2AttributeInfo
 void SAML2AttributeStatementInfo.addAttributeInfo(Collection<SAML2AttributeInfo> attrs)
          Adds a collection of attributes to this instance, to the end of the existing list, in the order that the param Collection iterates through the Collection.
 

Constructor parameters in com.bea.security.saml2.providers with type arguments of type SAML2AttributeInfo
SAML2AttributeStatementInfo(Collection<SAML2AttributeInfo> attrs)
          Constructs an instance that represents a SAML 2.0 AttributeStatement with multiple Attributes.
 

Uses of SAML2AttributeInfo in weblogic.wsee.security.saml
 

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

Constructors in weblogic.wsee.security.saml with parameters of type SAML2AttributeInfo
SAMLAttributeDataImpl(SAML2AttributeInfo saml2AttributeInfo)
           
 


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
12c Release 1 (12.1.1)

Part Number E24391-02