Uses of Class
com.sun.xml.wss.saml.internal.saml11.jaxb20.AttributeDesignatorType

Packages that use AttributeDesignatorType
com.sun.xml.wss.saml.assertion.saml11.jaxb20   
com.sun.xml.wss.saml.internal.saml11.jaxb20   
 

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

Subclasses of AttributeDesignatorType in com.sun.xml.wss.saml.assertion.saml11.jaxb20
 class Attribute
          The Attribute element specifies an attribute of the assertion subject.
 class AttributeDesignator
          The AttributeDesignator element identifies an attribute name within an attribute namespace.
 

Methods in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that return AttributeDesignatorType
static AttributeDesignatorType AttributeDesignator.fromElement(Element element)
          Constructs an attribute designator element from an existing XML block.
 

Uses of AttributeDesignatorType in com.sun.xml.wss.saml.internal.saml11.jaxb20
 

Subclasses of AttributeDesignatorType in com.sun.xml.wss.saml.internal.saml11.jaxb20
 class AttributeType
          Java class for AttributeType complex type.
 

Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return AttributeDesignatorType
 AttributeDesignatorType ObjectFactory.createAttributeDesignatorType()
          Create an instance of AttributeDesignatorType
 

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

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



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