public class NoOpAuthenticationPlugin extends AuthenticationPlugin
| Modifier and Type | Field and Description |
|---|---|
static String |
PLUGIN_NAME |
AUTH_LOG_CATEGORY| Constructor and Description |
|---|
NoOpAuthenticationPlugin(Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
void |
beginHandshake(ParticipantData pd)
Begins a handshake protocol with given ParticipantData.
|
Guid |
getGuid()
Gets the Guid of local participant
|
IdentityToken |
getIdentityToken()
Gets an IdentityToken that will be send to remote participant
during discovery. null value may be returned if implementing
AuthenticationPlugin does not support authentication protocol as specified
in DDS security specification.
|
String |
getName()
Gets the name of this plugin.
|
addAuthenticationListener, getConfiguration, getCryptoPlugin, getInstance, init, notifyListenersOfFailure, notifyListenersOfSuccess, registerPlugin, removeAuthenticationListenerpublic static final String PLUGIN_NAME
public NoOpAuthenticationPlugin(Configuration conf)
public void beginHandshake(ParticipantData pd)
AuthenticationPluginbeginHandshake in class AuthenticationPluginpd - ParticipantDatapublic IdentityToken getIdentityToken()
AuthenticationPlugingetIdentityToken in class AuthenticationPluginpublic Guid getGuid()
AuthenticationPlugingetGuid in class AuthenticationPluginpublic String getName()
AuthenticationPlugingetName in class AuthenticationPluginCopyright © 2016. All rights reserved.