|
SAP Convergent Charging
Java and XML APIs (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MessageAuthentication
This 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>
| 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 |
|---|
java.lang.String getScheme()
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||