Uses of Interface
org.jcsp.net.ServiceUserObject
Packages that use ServiceUserObject
Package
Description
This is main package for JCSP.NET.
This package contains the files specifically for the
JCSP.NET Channel Name Service (CNS).
Supports dynamic operations over the JCSP.NET infrastructure.
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 ServiceUserObjectModifier and TypeMethodDescriptionNode.getServiceUserObject
(String name) Obtains aServiceUserObject
from a named Service and returns a reference to it.Service.getUserObject()
Obtains aServiceUserObject
from a Service. -
Uses of ServiceUserObject in org.jcsp.net.cns
Classes in org.jcsp.net.cns that implement ServiceUserObjectModifier and TypeClassDescriptionprivate class
This class acts as a proxy for the name management methods in its outer class.Methods in org.jcsp.net.cns that return ServiceUserObjectModifier and TypeMethodDescriptionCNS.getUserObject()
Returns anull
reference as this method has no use with this service.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 ServiceUserObjectModifier and TypeClassDescriptionclass
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 ServiceUserObjectModifier and TypeMethodDescriptionDynamicClassLoader.getUserObject()
Returns the service user object. -
Uses of ServiceUserObject in org.jcsp.net.security
Subinterfaces of ServiceUserObject in org.jcsp.net.securityModifier and TypeInterfaceDescriptioninterface
Defines the service for dealing with authenticating users via a challenge/response scheme.interface
Defines the actual interface combining service administration and user control methods.Classes in org.jcsp.net.security that implement ServiceUserObjectModifier and TypeClassDescriptionclass
Provides a basic security authority based on unique names.Methods in org.jcsp.net.security that return ServiceUserObjectModifier and TypeMethodDescriptionSimpleSecurityAuthority.getUserObject()
Returns the authority interface for this service.