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

Part Number E13941-06

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

Packages that use SAMLAttributeStatementData
weblogic.wsee.security.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 SAMLCredentialImpl.getAttributes()
          Get the SAMLAttributeStatemnetInfo or SAML2AttributeStatemnetInfo from the SAML Token
 SAMLAttributeStatementData SAMLCredential.getAttributes()
          Get the SAMLAttributeStatemnetInfo or SAML2AttributeStatemnetInfo from the SAML Token
 SAMLAttributeStatementData SAMLTrustTokenProvider.getSAMLAttributeData(boolean isSAML2, String url, Subject as, WSSecurityContext wsSecurityContext)
           
 SAMLAttributeStatementData AbstractSAMLCredentialProvider.getSAMLAttributeData(Subject authenticatedSubject)
           
static SAMLAttributeStatementData SAMLAttributeStatementDataHelper.getSAMLAttributeStatementData(JwsContext context)
           
static SAMLAttributeStatementData SAMLAttributeStatementDataHelper.getSAMLAttributeStatementData(WebServiceContext 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 SAMLCredentialImpl.setAttributes(SAMLAttributeStatementData attributes)
          Save the SAML Attributes into this SAML Token
 void SAMLCredential.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, 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.6)

Part Number E13941-06