public class ServerAuthMethod extends Object implements ServiceHandshake.AuthenticationMethod
| Constructor and Description |
|---|
ServerAuthMethod(StreamAuthenticator serverAuth) |
| Modifier and Type | Method and Description |
|---|---|
ServiceHandshake.ClientInitOp |
getClientOp(ServiceHandshake.ClientHandshake initState,
String ignoredParams) |
String |
getMechanismName() |
ServiceHandshake.ServerInitOp |
getServerOp(ServiceHandshake.ServerHandshake initState) |
String |
getServerParams() |
public ServerAuthMethod(StreamAuthenticator serverAuth)
public String getMechanismName()
getMechanismName in interface ServiceHandshake.AuthenticationMethodpublic ServiceHandshake.ClientInitOp getClientOp(ServiceHandshake.ClientHandshake initState, String ignoredParams)
getClientOp in interface ServiceHandshake.AuthenticationMethodpublic ServiceHandshake.ServerInitOp getServerOp(ServiceHandshake.ServerHandshake initState)
getServerOp in interface ServiceHandshake.AuthenticationMethodpublic String getServerParams()
getServerParams in interface ServiceHandshake.AuthenticationMethodCopyright © 2024. All rights reserved.