|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
Deprecated. |
Methods in weblogic.wsee.security.saml that return SAMLAttributeData | |
---|---|
static SAMLAttributeData |
SAMLAttributeDataImpl.consolation(List<SAMLAttributeData> attributeList)
Deprecated. This method will add all attribute values into the first SAMLAttributeData object, and return a single SAMLAttributeData object. |
SAMLAttributeData |
SAMLAttributeStatementData.getAttributeInfo(String AttributeName)
Deprecated. Returns the SAMLAttributeInfo objecfor a given attribute name. |
SAMLAttributeData |
SAMLAttributeStatementDataImpl.getAttributeInfo(String attributeName)
Deprecated. Returns the SAMLAttributeInfo object for a given attribute name. |
Methods in weblogic.wsee.security.saml that return types with arguments of type SAMLAttributeData | |
---|---|
Collection<SAMLAttributeData> |
SAMLAttributeStatementData.getAttributeInfo()
Deprecated. Returns a collection of attributes contained by a single AttributeStatementof a SAML Assertion. |
Collection<SAMLAttributeData> |
SAMLAttributeStatementDataImpl.getAttributeInfo()
Deprecated. Returns a collection of attributes contained by a single AttributeStatement of a SAML Assertion. |
Methods in weblogic.wsee.security.saml with parameters of type SAMLAttributeData | |
---|---|
void |
SAMLAttributeStatementData.addAttributeInfo(SAMLAttributeData attr)
Deprecated. Adds a single attribute to this instance, at the end of the existing list. |
void |
SAMLAttributeStatementDataImpl.addAttributeInfo(SAMLAttributeData attr)
Deprecated. 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 |
SAMLAttributeStatementData.addAttributeInfo(Collection<SAMLAttributeData> attrs)
Deprecated. 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 |
SAMLAttributeStatementDataImpl.addAttributeInfo(Collection<SAMLAttributeData> attrs)
Deprecated. 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)
Deprecated. 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)
Deprecated. Constructor. |
|
Copyright 1996, 2014, 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.3) Part Number E41849-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |