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 ServiceUserObjectNode. getServiceUserObject(String name)Obtains aServiceUserObjectfrom a named Service and returns a reference to it.ServiceUserObjectService. getUserObject()Obtains aServiceUserObjectfrom a Service. -
Uses of ServiceUserObject in org.jcsp.net.cns
Methods in org.jcsp.net.cns that return ServiceUserObject Modifier and Type Method Description ServiceUserObjectCNS. getUserObject()Returns anullreference as this method has no use with this service.ServiceUserObjectCNSService. getUserObject()This returns aServiceUserObjectwhich implements theResolverinterface. -
Uses of ServiceUserObject in org.jcsp.net.dynamic
Classes in org.jcsp.net.dynamic that implement ServiceUserObject Modifier and Type Class Description classDynamicClassLoader.DynamicClassLoaderUserObjectUser 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 ServiceUserObjectDynamicClassLoader. 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 interfaceSecurityAuthorityDefines the service for dealing with authenticating users via a challenge/response scheme.interfaceSecurityServiceDefines the actual interface combining service administration and user control methods.Classes in org.jcsp.net.security that implement ServiceUserObject Modifier and Type Class Description classSimpleSecurityAuthorityProvides a basic security authority based on unique names.Methods in org.jcsp.net.security that return ServiceUserObject Modifier and Type Method Description ServiceUserObjectSimpleSecurityAuthority. getUserObject()Returns the authority interface for this service.
-