Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.wsee.security.saml
Class SAMLAttributeStatementDataFactory

java.lang.Object
  extended by weblogic.wsee.security.saml.SAMLAttributeStatementDataFactory

Deprecated.

public class SAMLAttributeStatementDataFactory
extends Object

SAMLAttributeStatementData Factory


Constructor Summary
SAMLAttributeStatementDataFactory()
          Deprecated.  
 
Method Summary
static SAMLAttributeStatementData makeSAMLAttributeStatementData(Object attributes)
          Deprecated.  
static SAMLAttributeStatementData makeSAMLAttributeStatementDataFromSAML2AttributeStatementInfo(Collection<SAML2AttributeStatementInfo> attributes)
          Deprecated.  
static SAMLAttributeStatementData makeSAMLAttributeStatementDataFromSAMLAttributeStatementInfo(Collection<SAMLAttributeStatementInfo> attributes)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMLAttributeStatementDataFactory

public SAMLAttributeStatementDataFactory()
Deprecated. 
Method Detail

makeSAMLAttributeStatementData

public static SAMLAttributeStatementData makeSAMLAttributeStatementData(Object attributes)
Deprecated. 

makeSAMLAttributeStatementDataFromSAML2AttributeStatementInfo

public static SAMLAttributeStatementData makeSAMLAttributeStatementDataFromSAML2AttributeStatementInfo(Collection<SAML2AttributeStatementInfo> attributes)
Deprecated. 

makeSAMLAttributeStatementDataFromSAMLAttributeStatementInfo

public static SAMLAttributeStatementData makeSAMLAttributeStatementDataFromSAMLAttributeStatementInfo(Collection<SAMLAttributeStatementInfo> attributes)
Deprecated. 

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