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

Part Number E24391-02

Uses of Interface
weblogic.wsee.security.saml.SAMLAttributeData

Packages that use SAMLAttributeData
weblogic.wsee.security.saml Provides interfaces and classes for Security Assertion Markup Language (SAML). 
 

Uses of SAMLAttributeData in weblogic.wsee.security.saml
 

Classes in weblogic.wsee.security.saml that implement SAMLAttributeData
 class SAMLAttributeDataImpl
           
 

Methods in weblogic.wsee.security.saml that return SAMLAttributeData
static SAMLAttributeData SAMLAttributeDataImpl.consolation(List<SAMLAttributeData> attributeList)
          This method will add all attribute values into the first SAMLAttributeData object, and return a single SAMLAttributeData object.
 SAMLAttributeData SAMLAttributeStatementDataImpl.getAttributeInfo(String attributeName)
          Returns the SAMLAttributeInfo object for a given attribute name.
 SAMLAttributeData SAMLAttributeStatementData.getAttributeInfo(String AttributeName)
          Returns the SAMLAttributeInfo objecfor a given attribute name.
 

Methods in weblogic.wsee.security.saml that return types with arguments of type SAMLAttributeData
 Collection<SAMLAttributeData> SAMLAttributeStatementDataImpl.getAttributeInfo()
          Returns a collection of attributes contained by a single AttributeStatement of a SAML Assertion.
 Collection<SAMLAttributeData> SAMLAttributeStatementData.getAttributeInfo()
          Returns a collection of attributes contained by a single AttributeStatementof a SAML Assertion.
 

Methods in weblogic.wsee.security.saml with parameters of type SAMLAttributeData
 void SAMLAttributeStatementDataImpl.addAttributeInfo(SAMLAttributeData attr)
          Adds a single attribute to this instance, at the end of the existing list.
 void SAMLAttributeStatementData.addAttributeInfo(SAMLAttributeData attr)
          Adds a single attribute to this instance, at the end of the existing list.
 

Method parameters in weblogic.wsee.security.saml with type arguments of type SAMLAttributeData
 void SAMLAttributeStatementDataImpl.addAttributeInfo(Collection<SAMLAttributeData> 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.
 void SAMLAttributeStatementData.addAttributeInfo(Collection<SAMLAttributeData> 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.
static SAMLAttributeData SAMLAttributeDataImpl.consolation(List<SAMLAttributeData> attributeList)
          This method will add all attribute values into the first SAMLAttributeData object, and return a single SAMLAttributeData object.
 

Constructor parameters in weblogic.wsee.security.saml with type arguments of type SAMLAttributeData
SAMLAttributeStatementDataImpl(Collection<SAMLAttributeData> attrs)
          Constructor.
 


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