Interface MessageAuthentication
- All Superinterfaces:
XMLMarshallable
- All Known Implementing Classes:
DelegatedMessageAuthentication, JWTMessageAuthentication, SimpleMessageAuthentication, UserSessionMessageAuthentication
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 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
-