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

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

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

Subclasses of AttributeStatementType in com.sun.xml.wss.saml.assertion.saml20.jaxb20
 class AttributeStatement
          The AttributeStatement element supplies a statement by the issuer that the specified subject is associated with the specified attributes.
 

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

Constructors in com.sun.xml.wss.saml.assertion.saml20.jaxb20 with parameters of type AttributeStatementType
AttributeStatement(AttributeStatementType attStmtType)
           
 

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

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

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

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



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