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, removeAuthenticationListener
public static final String PLUGIN_NAME
public NoOpAuthenticationPlugin(Configuration conf)
public void beginHandshake(ParticipantData pd)
AuthenticationPlugin
beginHandshake
in class AuthenticationPlugin
pd
- ParticipantDatapublic IdentityToken getIdentityToken()
AuthenticationPlugin
getIdentityToken
in class AuthenticationPlugin
public Guid getGuid()
AuthenticationPlugin
getGuid
in class AuthenticationPlugin
public String getName()
AuthenticationPlugin
getName
in class AuthenticationPlugin
Copyright © 2016. All rights reserved.