Package com.highdeal.hci
Interface MessageAuthentication
- All Superinterfaces:
XMLMarshallable
- All Known Implementing Classes:
DelegatedMessageAuthentication,JWTMessageAuthentication,SimpleMessageAuthentication
This
Java interface represents the authentication data
used for a given authentication scheme.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the scheme used for authentication.Methods inherited from interface com.highdeal.hci.XMLMarshallable
addCharacterData, addChild, marshal, setAttributes
-
Method Details
-
getScheme
MessageAuthentication.MessageAuthScheme getScheme()Returns the name of the scheme used for authentication.- Returns:
- The name of the schema used for authentication
-