Package | Description |
---|---|
net.sf.jrtps.rtps |
RTPS entities are in this package
|
net.sf.jrtps.udds.security |
Implementation of DDS Security
|
Constructor and Description |
---|
RTPSParticipant(Guid guid,
int domainId,
int participantId,
ScheduledThreadPoolExecutor tpe,
Map<GuidPrefix,ParticipantData> discoveredParticipants,
AuthenticationPlugin aPlugin)
Creates a new participant with given domainId and participantId.
|
Modifier and Type | Class and Description |
---|---|
class |
JKSAuthenticationPlugin
KeystoreAuthenticationPlugin is an Authentication plugin as discussed in
DDS Security specification.
|
class |
NoOpAuthenticationPlugin
AuthenticationPlugin that always successfully authenticates
|
Modifier and Type | Method and Description |
---|---|
static AuthenticationPlugin |
AuthenticationPlugin.getInstance(String name)
Gets an instance of AuthenticationPlugin registered with given name
|
Modifier and Type | Method and Description |
---|---|
static void |
AuthenticationPlugin.registerPlugin(AuthenticationPlugin plugin)
Registers a AuthenticationPlugin.
|
Copyright © 2016. All rights reserved.