Uses of Interface
com.sun.xml.wss.saml.AttributeStatement

Packages that use AttributeStatement
com.sun.xml.wss.saml   
com.sun.xml.wss.saml.assertion.saml11.jaxb20   
com.sun.xml.wss.saml.impl   
 

Uses of AttributeStatement in com.sun.xml.wss.saml
 

Methods in com.sun.xml.wss.saml that return AttributeStatement
abstract  AttributeStatement SAMLAssertionFactory.createAttributeStatement(java.util.List attr)
          Constructs an instance of AttributeStatement.
abstract  AttributeStatement SAMLAssertionFactory.createAttributeStatement(Subject subj, java.util.List attr)
          Constructs an instance of AttributeStatement.
 

Uses of AttributeStatement in com.sun.xml.wss.saml.assertion.saml11.jaxb20
 

Classes in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that implement AttributeStatement
 class AttributeStatement
          The AttributeStatement element supplies a statement by the issuer that the specified subject is associated with the specified attributes.
 

Uses of AttributeStatement in com.sun.xml.wss.saml.impl
 

Methods in com.sun.xml.wss.saml.impl that return AttributeStatement
 AttributeStatement SAMLAssertion2_1FactoryImpl.createAttributeStatement(java.util.List attr)
           
 AttributeStatement SAMLAssertion1_1FactoryImpl.createAttributeStatement(java.util.List attr)
           
 AttributeStatement SAMLAssertion2_2FactoryImpl.createAttributeStatement(java.util.List attr)
           
 AttributeStatement SAMLAssertion2_1FactoryImpl.createAttributeStatement(Subject subj, java.util.List attr)
           
 AttributeStatement SAMLAssertion1_1FactoryImpl.createAttributeStatement(Subject subj, java.util.List attr)
           
 AttributeStatement SAMLAssertion2_2FactoryImpl.createAttributeStatement(Subject subj, java.util.List attr)
           
 



Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.