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

Part Number E27170-01

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

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

Uses of SAMLAttributeStatementData in weblogic.wsee.security.saml
 

Classes in weblogic.wsee.security.saml that implement SAMLAttributeStatementData
 class SAMLAttributeStatementDataImpl
          This object represents the attributes in a single AttributeStatment.
 

Methods in weblogic.wsee.security.saml that return SAMLAttributeStatementData
 SAMLAttributeStatementData SAMLCredential.getAttributes()
          Get the SAMLAttributeStatemnetInfo or SAML2AttributeStatemnetInfo from the SAML Token
 SAMLAttributeStatementData SAMLCredentialImpl.getAttributes()
          Get the SAMLAttributeStatemnetInfo or SAML2AttributeStatemnetInfo from the SAML Token
 SAMLAttributeStatementData AbstractSAMLCredentialProvider.getSAMLAttributeData(Subject authenticatedSubject)
           
static SAMLAttributeStatementData SAMLAttributeStatementDataHelper.getSAMLAttributeStatementData(WebServiceContext context)
           
static SAMLAttributeStatementData SAMLAttributeStatementDataHelper.getSAMLAttributeStatementData(JwsContext context)
           
static SAMLAttributeStatementData SAMLAttributeStatementDataFactory.makeSAMLAttributeStatementData(Object attributes)
           
static SAMLAttributeStatementData SAMLAttributeStatementDataFactory.makeSAMLAttributeStatementDataFromSAML2AttributeStatementInfo(Collection<SAML2AttributeStatementInfo> attributes)
           
static SAMLAttributeStatementData SAMLAttributeStatementDataFactory.makeSAMLAttributeStatementDataFromSAMLAttributeStatementInfo(Collection<SAMLAttributeStatementInfo> attributes)
           
 

Methods in weblogic.wsee.security.saml with parameters of type SAMLAttributeStatementData
 void SAMLCredential.setAttributes(SAMLAttributeStatementData attributes)
          Save the SAML Attributes into this SAML Token
 void SAMLCredentialImpl.setAttributes(SAMLAttributeStatementData attributes)
          Save the SAML Attributes into this SAML Token
static void CSSUtils.setupSAMLAttributesContextElements(boolean isSAML2, SecurityTokenContextHandler samlCtxHandler, boolean attributesOnly, SAMLAttributeStatementData samlAttributes)
          Set up contexthandler properties for SAML Attributes
 


Copyright 1996, 2013, 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.2)

Part Number E27170-01