Uses of Class
com.sun.xml.wss.saml.internal.saml11.jaxb20.AttributeType
-
Packages that use AttributeType Package Description com.sun.xml.wss.saml.assertion.saml11.jaxb20 com.sun.xml.wss.saml.internal.saml11.jaxb20 -
-
Uses of AttributeType in com.sun.xml.wss.saml.assertion.saml11.jaxb20
Subclasses of AttributeType in com.sun.xml.wss.saml.assertion.saml11.jaxb20 Modifier and Type Class Description classAttributeTheAttributeelement specifies an attribute of the assertion subject.Methods in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that return AttributeType Modifier and Type Method Description static AttributeTypeAttribute. fromElement(Element element)Constructs an attribute element from an existing XML block.Constructors in com.sun.xml.wss.saml.assertion.saml11.jaxb20 with parameters of type AttributeType Constructor Description Attribute(AttributeType attType) -
Uses of AttributeType in com.sun.xml.wss.saml.internal.saml11.jaxb20
Fields in com.sun.xml.wss.saml.internal.saml11.jaxb20 with type parameters of type AttributeType Modifier and Type Field Description protected List<AttributeType>AttributeStatementType. attributeMethods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return AttributeType Modifier and Type Method Description AttributeTypeObjectFactory. createAttributeType()Create an instance ofAttributeTypeMethods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return types with arguments of type AttributeType Modifier and Type Method Description javax.xml.bind.JAXBElement<AttributeType>ObjectFactory. createAttribute(AttributeType value)List<AttributeType>AttributeStatementType. getAttribute()Gets the value of the attribute property.Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 with parameters of type AttributeType Modifier and Type Method Description javax.xml.bind.JAXBElement<AttributeType>ObjectFactory. createAttribute(AttributeType value)
-