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 aServiceUserObjectfrom a named Service and returns a reference to it.Service.getUserObject()Obtains aServiceUserObjectfrom a Service. -
Uses of ServiceUserObject in org.jcsp.net.cns
Classes in org.jcsp.net.cns that implement ServiceUserObjectModifier and TypeClassDescriptionprivate classThis 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 anullreference as this method has no use with this service.CNSService.getUserObject()This returns aServiceUserObjectwhich implements theResolverinterface. -
Uses of ServiceUserObject in org.jcsp.net.dynamic
Classes in org.jcsp.net.dynamic that implement ServiceUserObjectModifier and TypeClassDescriptionclassUser 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 TypeInterfaceDescriptioninterfaceDefines the service for dealing with authenticating users via a challenge/response scheme.interfaceDefines the actual interface combining service administration and user control methods.Classes in org.jcsp.net.security that implement ServiceUserObjectModifier and TypeClassDescriptionclassProvides 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.