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

Packages that use Attribute
com.sun.xml.wss.saml   
com.sun.xml.wss.saml.assertion.saml11.jaxb10   
com.sun.xml.wss.saml.assertion.saml11.jaxb20   
com.sun.xml.wss.saml.assertion.saml20.jaxb20   
com.sun.xml.wss.saml.impl   
 

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

Methods in com.sun.xml.wss.saml that return Attribute
abstract  Attribute SAMLAssertionFactory.createAttribute(String name, List values)
          Constructs an instance of Attribute.
abstract  Attribute SAMLAssertionFactory.createAttribute(String name, String nameSpace, List values)
          Constructs an instance of Attribute.
 

Methods in com.sun.xml.wss.saml that return types with arguments of type Attribute
 List<Attribute> AttributeStatement.getAttributes()
          Gets the value of the attribute property.
 

Uses of Attribute in com.sun.xml.wss.saml.assertion.saml11.jaxb10
 

Methods in com.sun.xml.wss.saml.assertion.saml11.jaxb10 that return types with arguments of type Attribute
 List<Attribute> AttributeStatement.getAttributes()
           
 

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

Classes in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that implement Attribute
 class Attribute
          The Attribute element specifies an attribute of the assertion subject.
 

Methods in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that return types with arguments of type Attribute
 List<Attribute> AttributeStatement.getAttributes()
           
 

Uses of Attribute in com.sun.xml.wss.saml.assertion.saml20.jaxb20
 

Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return types with arguments of type Attribute
 List<Attribute> AttributeStatement.getAttributes()
           
 

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

Methods in com.sun.xml.wss.saml.impl that return Attribute
 Attribute SAMLAssertion1_1FactoryImpl.createAttribute(String name, List values)
           
 Attribute SAMLAssertion2_1FactoryImpl.createAttribute(String name, List values)
           
 Attribute SAMLAssertion2_2FactoryImpl.createAttribute(String name, List values)
           
 Attribute SAMLAssertion1_1FactoryImpl.createAttribute(String name, String nameSpace, List values)
           
 Attribute SAMLAssertion2_1FactoryImpl.createAttribute(String name, String nameSpace, List values)
           
 Attribute SAMLAssertion2_2FactoryImpl.createAttribute(String name, String nameSpace, List values)
           
 



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