public class BasicAuthenticator extends AbstractAuthenticator
credentials, websocket| Constructor and Description |
|---|
BasicAuthenticator()
Instantiates a new proxy basic credentials.
|
| 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 BasicAuthenticator()
public 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.