Uses of Interface
org.jcsp.net.ServiceUserObject
-
Packages that use ServiceUserObject 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. -
-
Uses of ServiceUserObject in org.jcsp.net
Methods in org.jcsp.net that return ServiceUserObject Modifier and Type Method Description ServiceUserObject
Node. getServiceUserObject(String name)
Obtains aServiceUserObject
from a named Service and returns a reference to it.ServiceUserObject
Service. getUserObject()
Obtains aServiceUserObject
from a Service. -
Uses of ServiceUserObject in org.jcsp.net.cns
Methods in org.jcsp.net.cns that return ServiceUserObject Modifier and Type Method Description ServiceUserObject
CNS. getUserObject()
Returns anull
reference as this method has no use with this service.ServiceUserObject
CNSService. getUserObject()
This returns aServiceUserObject
which implements theResolver
interface. -
Uses of ServiceUserObject in org.jcsp.net.dynamic
Classes in org.jcsp.net.dynamic that implement ServiceUserObject Modifier and Type Class Description class
DynamicClassLoader.DynamicClassLoaderUserObject
User interface to obtain the TX and RX filters from the service once it has been started.Methods in org.jcsp.net.dynamic that return ServiceUserObject Modifier and Type Method Description ServiceUserObject
DynamicClassLoader. getUserObject()
Returns the service user object. -
Uses of ServiceUserObject in org.jcsp.net.security
Subinterfaces of ServiceUserObject in org.jcsp.net.security Modifier and Type Interface 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.Classes in org.jcsp.net.security that implement ServiceUserObject Modifier and Type Class Description class
SimpleSecurityAuthority
Provides a basic security authority based on unique names.Methods in org.jcsp.net.security that return ServiceUserObject Modifier and Type Method Description ServiceUserObject
SimpleSecurityAuthority. getUserObject()
Returns the authority interface for this service.
-