com.highdeal.hci
Interface MessageAuthentication

All Superinterfaces:
XMLMarshallable
All Known Implementing Classes:
SimpleMessageAuthentication

public interface MessageAuthentication
extends XMLMarshallable

This Java interface represents the authentication data used for a given authentication scheme.

XML API for HCI

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>


Method Summary
 java.lang.String getScheme()
          Returns the name of the scheme used for authentication.
 
Methods inherited from interface com.highdeal.hci.XMLMarshallable
addCharacterData, addChild, marshal, setAttributes
 

Method Detail

getScheme

java.lang.String getScheme()
Returns the name of the scheme used for authentication.

Returns:
The name of the schema used for authentication

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)