Uses of Class
com.sun.xml.wss.saml.internal.saml20.jaxb20.AttributeType

Packages that use AttributeType
com.sun.xml.wss.saml.assertion.saml20.jaxb20   
com.sun.xml.wss.saml.internal.saml20.jaxb20   
 

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

Subclasses of AttributeType in com.sun.xml.wss.saml.assertion.saml20.jaxb20
 class Attribute
          The Attribute element specifies an attribute of the assertion subject.
 

Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return AttributeType
static AttributeType Attribute.fromElement(Element element)
          Constructs an attribute element from an existing XML block.
 

Constructors in com.sun.xml.wss.saml.assertion.saml20.jaxb20 with parameters of type AttributeType
Attribute(AttributeType attType)
           
 

Uses of AttributeType in com.sun.xml.wss.saml.internal.saml20.jaxb20
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return AttributeType
 AttributeType ObjectFactory.createAttributeType()
          Create an instance of AttributeType
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return types with arguments of type AttributeType
 JAXBElement<AttributeType> ObjectFactory.createAttribute(AttributeType value)
          Create an instance of JAXBElement<AttributeType>}
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type AttributeType
 JAXBElement<AttributeType> ObjectFactory.createAttribute(AttributeType value)
          Create an instance of JAXBElement<AttributeType>}
 



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