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

Part Number E13941-05

weblogic.wsee.security.saml
Class SAMLAttributeStatementDataFactory

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

public class SAMLAttributeStatementDataFactory
extends Object

SAMLAttributeStatementData Factory


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

Constructor Detail

SAMLAttributeStatementDataFactory

public SAMLAttributeStatementDataFactory()
Method Detail

makeSAMLAttributeStatementData

public static SAMLAttributeStatementData makeSAMLAttributeStatementData(Object attributes)

makeSAMLAttributeStatementDataFromSAML2AttributeStatementInfo

public static SAMLAttributeStatementData makeSAMLAttributeStatementDataFromSAML2AttributeStatementInfo(Collection<SAML2AttributeStatementInfo> attributes)

makeSAMLAttributeStatementDataFromSAMLAttributeStatementInfo

public static SAMLAttributeStatementData makeSAMLAttributeStatementDataFromSAMLAttributeStatementInfo(Collection<SAMLAttributeStatementInfo> attributes)

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
11g Release 1 (10.3.5)

Part Number E13941-05