Package | Description |
---|---|
org.jcsp.net |
This is main package for JCSP.NET.
|
org.jcsp.net.cns |
This package contains the files specifically for the
JCSP.NET Channel Name Service (CNS).
|
org.jcsp.net.dynamic |
Supports dynamic operations over the JCSP.NET infrastructure.
|
org.jcsp.net.security |
This package contains the files specifically for link security implementing various authentication schemes.
|
Modifier and Type | Method and Description |
---|---|
ServiceUserObject |
Node.getServiceUserObject(java.lang.String name)
Obtains a
ServiceUserObject from a named Service and
returns a reference to it. |
ServiceUserObject |
Service.getUserObject()
Obtains a
ServiceUserObject from a Service. |
Modifier and Type | Method and Description |
---|---|
ServiceUserObject |
CNSService.getUserObject()
This returns a
ServiceUserObject which implements the
Resolver interface. |
ServiceUserObject |
CNS.getUserObject()
Returns a
null reference as this method has no
use with this service. |
Modifier and Type | Class and Description |
---|---|
class |
DynamicClassLoader.DynamicClassLoaderUserObject
User interface to obtain the TX and RX filters from the service once it has been started.
|
Modifier and Type | Method and Description |
---|---|
ServiceUserObject |
DynamicClassLoader.getUserObject()
Returns the service user object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SecurityAuthority
Defines the service for dealing with authenticating users via a challenge/response scheme.
|
interface |
SecurityService
Defines the actual interface combining service administration and user control methods.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleSecurityAuthority
Provides a basic security authority based on unique names.
|
Modifier and Type | Method and Description |
---|---|
ServiceUserObject |
SimpleSecurityAuthority.getUserObject()
Returns the authority interface for this service.
|
Copyright © 1996–2021. All rights reserved.