public interface MessageAuthentication extends XMLMarshallable
Java interface represents the authentication data
used for a given authentication scheme.The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="auth">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="scheme" type="xs:string" default="simple"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getScheme()
Returns the name of the scheme used for authentication.
|
addCharacterData, addChild, marshal, setAttributes