Package | Description |
---|---|
net.sf.jrtps.builtin |
This package provides builtin topic support.
|
net.sf.jrtps.udds.security |
Implementation of DDS Security
|
Modifier and Type | Method and Description |
---|---|
IdentityToken |
ParticipantData.getIdentityToken()
Gets the IdentityToken of ParticipantData if present.
|
Constructor and Description |
---|
ParticipantData(GuidPrefix prefix,
int endpoints,
List<Locator> discoveryLocators,
List<Locator> userdataLocators,
IdentityToken iToken,
PermissionsToken pToken,
QualityOfService participantQos) |
Modifier and Type | Method and Description |
---|---|
IdentityToken |
NoOpAuthenticationPlugin.getIdentityToken() |
abstract IdentityToken |
AuthenticationPlugin.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.
|
IdentityToken |
JKSAuthenticationPlugin.getIdentityToken()
Gets IdentityToken
|
Copyright © 2016. All rights reserved.