public interface AuthHandler
Modifier and Type | Method and Description |
---|---|
String |
getAuthType()
Gets the auth handler type of the instance.
|
void |
setAuthHeader(MessageContext messageContext)
This method will set the Authorization header with the relevant auth token.
|
String getAuthType()
void setAuthHeader(MessageContext messageContext) throws AuthException
messageContext
- Message context to which the token needs to be setAuthException
- In the event of errors when generating new tokenCopyright © 2005–2024 Apache Software Foundation. All rights reserved.