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(List attr)
          Constructs an instance of AttributeStatement.
abstract  AttributeStatement SAMLAssertionFactory.createAttributeStatement(Subject subj, 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 SAMLAssertion1_1FactoryImpl.createAttributeStatement(List attr)
           
 AttributeStatement SAMLAssertion2_1FactoryImpl.createAttributeStatement(List attr)
           
 AttributeStatement SAMLAssertion2_2FactoryImpl.createAttributeStatement(List attr)
           
 AttributeStatement SAMLAssertion1_1FactoryImpl.createAttributeStatement(Subject subj, List attr)
           
 AttributeStatement SAMLAssertion2_1FactoryImpl.createAttributeStatement(Subject subj, List attr)
           
 AttributeStatement SAMLAssertion2_2FactoryImpl.createAttributeStatement(Subject subj, List attr)
           
 



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