Uses of Interface
org.sourceid.saml20.xmlbinding.assertion.AttributeType
-
Packages that use AttributeType Package Description org.sourceid.saml20.xmlbinding.assertion org.sourceid.saml20.xmlbinding.protocol -
-
Uses of AttributeType in org.sourceid.saml20.xmlbinding.assertion
Methods in org.sourceid.saml20.xmlbinding.assertion that return AttributeType Modifier and Type Method Description AttributeTypeAttributeDocument. addNewAttribute()Appends and returns a new empty "Attribute" elementAttributeTypeAttributeStatementType. addNewAttribute()Appends and returns a new empty value (as xml) as the last "Attribute" elementAttributeTypeAttributeDocument. getAttribute()Gets the "Attribute" elementAttributeType[]AttributeStatementType. getAttributeArray()Gets array of all "Attribute" elementsAttributeTypeAttributeStatementType. getAttributeArray(int i)Gets ith "Attribute" elementAttributeTypeAttributeStatementType. insertNewAttribute(int i)Inserts and returns a new empty value (as xml) as the ith "Attribute" elementstatic AttributeTypeAttributeType.Factory. newInstance()static AttributeTypeAttributeType.Factory. newInstance(XmlOptions options)static AttributeTypeAttributeType.Factory. parse(File file)static AttributeTypeAttributeType.Factory. parse(File file, XmlOptions options)static AttributeTypeAttributeType.Factory. parse(InputStream is)static AttributeTypeAttributeType.Factory. parse(InputStream is, XmlOptions options)static AttributeTypeAttributeType.Factory. parse(Reader r)static AttributeTypeAttributeType.Factory. parse(Reader r, XmlOptions options)static AttributeTypeAttributeType.Factory. parse(String xmlAsString)static AttributeTypeAttributeType.Factory. parse(String xmlAsString, XmlOptions options)static AttributeTypeAttributeType.Factory. parse(URL u)static AttributeTypeAttributeType.Factory. parse(URL u, XmlOptions options)static AttributeTypeAttributeType.Factory. parse(XMLStreamReader sr)static AttributeTypeAttributeType.Factory. parse(XMLStreamReader sr, XmlOptions options)static AttributeTypeAttributeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AttributeTypeAttributeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic AttributeTypeAttributeType.Factory. parse(Node node)static AttributeTypeAttributeType.Factory. parse(Node node, XmlOptions options)Methods in org.sourceid.saml20.xmlbinding.assertion with parameters of type AttributeType Modifier and Type Method Description voidAttributeDocument. setAttribute(AttributeType attribute)Sets the "Attribute" elementvoidAttributeStatementType. setAttributeArray(int i, AttributeType attribute)Sets ith "Attribute" elementvoidAttributeStatementType. setAttributeArray(AttributeType[] attributeArray)Sets array of all "Attribute" element -
Uses of AttributeType in org.sourceid.saml20.xmlbinding.protocol
Methods in org.sourceid.saml20.xmlbinding.protocol that return AttributeType Modifier and Type Method Description AttributeTypeAttributeQueryType. addNewAttribute()Appends and returns a new empty value (as xml) as the last "Attribute" elementAttributeType[]AttributeQueryType. getAttributeArray()Gets array of all "Attribute" elementsAttributeTypeAttributeQueryType. getAttributeArray(int i)Gets ith "Attribute" elementAttributeTypeAttributeQueryType. insertNewAttribute(int i)Inserts and returns a new empty value (as xml) as the ith "Attribute" elementMethods in org.sourceid.saml20.xmlbinding.protocol with parameters of type AttributeType Modifier and Type Method Description voidAttributeQueryType. setAttributeArray(int i, AttributeType attribute)Sets ith "Attribute" elementvoidAttributeQueryType. setAttributeArray(AttributeType[] attributeArray)Sets array of all "Attribute" element
-