public class ClientAuthMethod extends Object implements ServiceHandshake.AuthenticationMethod
| 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 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.