public class DigestAuthenticator extends AbstractAuthenticator
credentials, websocket| Constructor and Description |
|---|
DigestAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentials(Challenge challenge)
Gets the credentials.
|
String |
getCredentials(List<Challenge> challengeList)
Gets the credentials.
|
done, getCredentials, init, isDone, isNeedAuthenticate, parseParamspublic String getCredentials(List<Challenge> challengeList) throws WebSocketException
AbstractAuthenticatorgetCredentials in class AbstractAuthenticatorchallengeList - the challenge listWebSocketException - the web socket exceptionpublic String getCredentials(Challenge challenge) throws WebSocketException
challenge - the challengeWebSocketException - the web socket exceptionCopyright © 2021. All rights reserved.