Uses of Interface
org.globus.ogsa.ServiceProperties

Packages that use ServiceProperties
org.globus.ogsa   
org.globus.ogsa.client   
org.globus.ogsa.deployment   
org.globus.ogsa.gui   
org.globus.ogsa.impl.core.admin   
org.globus.ogsa.impl.core.factory   
org.globus.ogsa.impl.core.handle   
org.globus.ogsa.impl.core.logging   
org.globus.ogsa.impl.core.management   
org.globus.ogsa.impl.core.notification   
org.globus.ogsa.impl.core.ping   
org.globus.ogsa.impl.core.registry   
org.globus.ogsa.impl.core.service   
org.globus.ogsa.impl.ogsi   
org.globus.ogsa.impl.samples.any   
org.globus.ogsa.impl.samples.array   
org.globus.ogsa.impl.samples.chat   
org.globus.ogsa.impl.samples.counter.basic   
org.globus.ogsa.impl.samples.counter.generate   
org.globus.ogsa.impl.samples.counter.logging   
org.globus.ogsa.impl.samples.counter.notification   
org.globus.ogsa.impl.samples.counter.persistent   
org.globus.ogsa.impl.samples.counter.routable.local   
org.globus.ogsa.impl.samples.counter.secure   
org.globus.ogsa.impl.samples.exception   
org.globus.ogsa.impl.samples.google   
org.globus.ogsa.impl.samples.notification   
org.globus.ogsa.impl.samples.servicedata   
org.globus.ogsa.impl.samples.weather   
org.globus.ogsa.impl.security   
org.globus.ogsa.impl.security.authentication   
org.globus.ogsa.impl.security.authentication.service   
org.globus.ogsa.impl.security.authorization   
org.globus.ogsa.impl.security.descriptor   
org.globus.ogsa.repository   
org.globus.ogsa.router   
org.globus.ogsa.utils   
 

Uses of ServiceProperties in org.globus.ogsa
 

Subinterfaces of ServiceProperties in org.globus.ogsa
 interface GridServiceBase
          The GridServiceBase interface defines the methods that need to be supported by all Grid service implementations.
 interface NotificationSinkCallback
          Interface to be implemented by clients subscribing to a particular topic using the NotificationSinkManager API.
 interface PersistentGridServiceBase
          Deprecated. No longer used. Use GridServiceBase instead.
 

Methods in org.globus.ogsa that return ServiceProperties
 ServiceProperties GridContext.getServiceProperties()
           
 

Methods in org.globus.ogsa with parameters of type ServiceProperties
static boolean ServiceGroupEntryGenerator.updateEntrySDE(ServiceData serviceData, ServiceProperties properties, boolean unbind)
          Updates the Entry SDE value.
static void WSDLGenerator.getWSDL(ServiceProperties properties)
          generates the WSDL definition for a service and sets it in the ServiceProperties.WSDL property of the same service
static void WSDLGenerator.getWSDL(java.lang.String wsdlPath, java.lang.String servicePath, ServiceProperties properties)
          generates the WSDL definition for a service and sets it in the ServiceProperties.WSDL property of the same service
static void WSDLGenerator.clearCache(ServiceProperties properties)
          clears the WSDL meta data cache to make sure that the next WSDL generation will result in the template being fetched again
 void GridContext.setServiceProperties(ServiceProperties properties)
           
 

Constructors in org.globus.ogsa with parameters of type ServiceProperties
GridContext(javax.xml.rpc.handler.MessageContext context, ServiceProperties properties)
           
GridContext(javax.xml.rpc.handler.MessageContext context, ServiceProperties properties, ServiceDataSet serviceData)
           
 

Uses of ServiceProperties in org.globus.ogsa.client
 

Classes in org.globus.ogsa.client that implement ServiceProperties
 class NotificationSink
           
 class NotificationTopicListener
           
 

Uses of ServiceProperties in org.globus.ogsa.deployment
 

Methods in org.globus.ogsa.deployment with parameters of type ServiceProperties
 void ServiceDeployment.setPersistentProperties(ServiceProperties properties, java.lang.String serviceName)
           
 

Uses of ServiceProperties in org.globus.ogsa.gui
 

Classes in org.globus.ogsa.gui that implement ServiceProperties
 class ChatPortTypePanel
           
 class GridServicePortTypePanel
           
 class NotificationSinkPortTypePanel
           
 class OgsiLoggingPortTypePanel
           
 class ServiceGroupEntryServiceDataPanel
           
 

Uses of ServiceProperties in org.globus.ogsa.impl.core.admin
 

Classes in org.globus.ogsa.impl.core.admin that implement ServiceProperties
 class AdminServiceImpl
          This class implements a way to do a clean shutdown of a standalone service container
 

Uses of ServiceProperties in org.globus.ogsa.impl.core.factory
 

Classes in org.globus.ogsa.impl.core.factory that implement ServiceProperties
 class EJBHomeFactoryProvider
          This is the base class of EJB Home Services.
 

Uses of ServiceProperties in org.globus.ogsa.impl.core.handle
 

Methods in org.globus.ogsa.impl.core.handle with parameters of type ServiceProperties
static java.lang.String HandleHelper.getHandle(java.lang.String servicePath, ServiceProperties properties)
           
 

Uses of ServiceProperties in org.globus.ogsa.impl.core.logging
 

Classes in org.globus.ogsa.impl.core.logging that implement ServiceProperties
 class OgsiLogging
          This is the GRID service primary touch point.
 

Uses of ServiceProperties in org.globus.ogsa.impl.core.management
 

Classes in org.globus.ogsa.impl.core.management that implement ServiceProperties
 class OgsiManagement
           
 

Uses of ServiceProperties in org.globus.ogsa.impl.core.notification
 

Classes in org.globus.ogsa.impl.core.notification that implement ServiceProperties
 class JMSAdapter
          This class connects the Java Messaging Service to the OGSA notification system.
static class JMSAdapter.OGSAListener
           
 

Uses of ServiceProperties in org.globus.ogsa.impl.core.ping
 

Classes in org.globus.ogsa.impl.core.ping that implement ServiceProperties
 class PingServiceImpl
          This class implements a way to detect whether a container is alive and well
 

Uses of ServiceProperties in org.globus.ogsa.impl.core.registry
 

Classes in org.globus.ogsa.impl.core.registry that implement ServiceProperties
 class ContainerRegistryImpl
          This class implements a registry for all services in a container
 

Methods in org.globus.ogsa.impl.core.registry with parameters of type ServiceProperties
 void RegistryHelper.serviceBind(ServiceProperties properties)
           
 void RegistryHelper.serviceUnbind(ServiceProperties properties)
           
 

Uses of ServiceProperties in org.globus.ogsa.impl.core.service
 

Classes in org.globus.ogsa.impl.core.service that implement ServiceProperties
 class EJBServiceImpl
          This is the base class for all EJB delegation skeletons.
 class ServicePropertiesImpl
          Implemntation of ServiceProperties Interface used to share properties between delegation layers.
 

Uses of ServiceProperties in org.globus.ogsa.impl.ogsi
 

Classes in org.globus.ogsa.impl.ogsi that implement ServiceProperties
 class GridServiceImpl
          Base class that all grid services extend.
 class HandleResolverImpl
          Implements a handle resolver to get a new updated GSR for a handle
 class NotificationSubscriptionImpl
           
 class PersistentGridServiceImpl
          Deprecated. No longer used. Use GridServiceImpl and set "persistent" parameter to "true" in the service deployment descriptor.
 class ServiceGroupEntryImpl
           
 

Uses of ServiceProperties in org.globus.ogsa.impl.samples.any
 

Classes in org.globus.ogsa.impl.samples.any that implement ServiceProperties
 class AnyImpl
           
 class CreationImpl
           
 

Uses of ServiceProperties in org.globus.ogsa.impl.samples.array
 

Classes in org.globus.ogsa.impl.samples.array that implement ServiceProperties
 class ArraySampleServiceImpl
           
 

Uses of ServiceProperties in org.globus.ogsa.impl.samples.chat
 

Classes in org.globus.ogsa.impl.samples.chat that implement ServiceProperties
 class ChatImpl
           
 

Uses of ServiceProperties in org.globus.ogsa.impl.samples.counter.basic
 

Classes in org.globus.ogsa.impl.samples.counter.basic that implement ServiceProperties
 class CounterImpl
           
 

Uses of ServiceProperties in org.globus.ogsa.impl.samples.counter.generate
 

Classes in org.globus.ogsa.impl.samples.counter.generate that implement ServiceProperties
 class GenerateCounterImpl
           
 

Uses of ServiceProperties in org.globus.ogsa.impl.samples.counter.logging
 

Classes in org.globus.ogsa.impl.samples.counter.logging that implement ServiceProperties
 class CounterLoggingImpl
           
 

Uses of ServiceProperties in org.globus.ogsa.impl.samples.counter.notification
 

Classes in org.globus.ogsa.impl.samples.counter.notification that implement ServiceProperties
 class CounterNotificationImpl
           
 class CounterNotificationServiceDataImpl
           
 

Uses of ServiceProperties in org.globus.ogsa.impl.samples.counter.persistent
 

Classes in org.globus.ogsa.impl.samples.counter.persistent that implement ServiceProperties
 class PersistentCounterImpl
           
 

Uses of ServiceProperties in org.globus.ogsa.impl.samples.counter.routable.local
 

Classes in org.globus.ogsa.impl.samples.counter.routable.local that implement ServiceProperties
 class LocalCounterImpl
           
 

Constructors in org.globus.ogsa.impl.samples.counter.routable.local with parameters of type ServiceProperties
CounterImpl(ServiceProperties properties)
           
 

Uses of ServiceProperties in org.globus.ogsa.impl.samples.counter.secure
 

Classes in org.globus.ogsa.impl.samples.counter.secure that implement ServiceProperties
 class SoapSecureCounterImpl
           
 

Uses of ServiceProperties in org.globus.ogsa.impl.samples.exception
 

Classes in org.globus.ogsa.impl.samples.exception that implement ServiceProperties
 class ExceptionImpl
           
 

Uses of ServiceProperties in org.globus.ogsa.impl.samples.google
 

Classes in org.globus.ogsa.impl.samples.google that implement ServiceProperties
 class GoogleImpl
           
 

Uses of ServiceProperties in org.globus.ogsa.impl.samples.notification
 

Classes in org.globus.ogsa.impl.samples.notification that implement ServiceProperties
 class SinkListenerImpl
           
 

Uses of ServiceProperties in org.globus.ogsa.impl.samples.servicedata
 

Classes in org.globus.ogsa.impl.samples.servicedata that implement ServiceProperties
 class ServiceDataImpl
           
 

Uses of ServiceProperties in org.globus.ogsa.impl.samples.weather
 

Classes in org.globus.ogsa.impl.samples.weather that implement ServiceProperties
 class WeatherImpl
           
 

Uses of ServiceProperties in org.globus.ogsa.impl.security
 

Methods in org.globus.ogsa.impl.security with parameters of type ServiceProperties
 javax.security.auth.Subject SecurityManager.getServiceSubject(ServiceProperties props)
          Returns service subject.
 javax.security.auth.Subject SecurityManager.getSubject(ServiceProperties props)
          Returns service subject if set.
 javax.security.auth.Subject SecurityManager.setServiceOwnerFromContext(ServiceProperties props)
          Sets the service object with the current invocation subject.
 javax.security.auth.Subject SecurityManager.setServiceOwnerFromContext(ServiceProperties props, GridContext context)
          Sets the service object with the current invocation subject.
 void SecurityManager.addAuthorizedUser(ServiceProperties props, org.ietf.jgss.GSSCredential cred)
          Internal API - subject to change: Adds the identity that the credential represents as an authorized user to access the service.
 void SecurityManager.addAuthorizedUser(ServiceProperties props, java.lang.String userId)
          Internal API - subject to change: Adds the specified user identity as an authorized user to access the service.
 

Uses of ServiceProperties in org.globus.ogsa.impl.security.authentication
 

Classes in org.globus.ogsa.impl.security.authentication that implement ServiceProperties
 class SecureNotificationSubscriptionImpl
           
 

Methods in org.globus.ogsa.impl.security.authentication that return ServiceProperties
static ServiceProperties DescriptorHandler.getService(org.apache.axis.MessageContext msgCtx)
           
 

Methods in org.globus.ogsa.impl.security.authentication with parameters of type ServiceProperties
 void SecurityPolicyHandler.handle(org.apache.axis.MessageContext msgCtx, ServiceProperties props, SecurityDescriptor desc)
           
 void RunAsHandler.handle(org.apache.axis.MessageContext msgCtx, ServiceProperties props, SecurityDescriptor desc)
           
abstract  void DescriptorHandler.handle(org.apache.axis.MessageContext msgCtx, ServiceProperties props, SecurityDescriptor desc)
           
 void AuthHandler.handle(org.apache.axis.MessageContext msgCtx, ServiceProperties props, SecurityDescriptor desc)
           
static ContextManager SecureServicePropertiesHelper.getContextManager(ServiceProperties props)
           
static void SecureServicePropertiesHelper.setContextManager(ServiceProperties props, ContextManager manager)
           
static void SecureServicePropertiesHelper.setGridMap(ServiceProperties props, org.globus.security.gridmap.GridMap map)
           
static org.globus.security.gridmap.GridMap SecureServicePropertiesHelper.getGridMap(ServiceProperties props)
           
static void SecureServicePropertiesHelper.setCredential(ServiceProperties props, org.ietf.jgss.GSSCredential cred)
           
static org.ietf.jgss.GSSCredential SecureServicePropertiesHelper.getCredential(ServiceProperties props)
           
static void SecureServicePropertiesHelper.setGrimProxyPolicyHandler(ServiceProperties props, org.globus.gsi.proxy.ProxyPolicyHandler handler)
           
static org.globus.gsi.proxy.ProxyPolicyHandler SecureServicePropertiesHelper.getGrimProxyPolicyHandler(ServiceProperties props)
           
static void SecureServicePropertiesHelper.setSecurityDescriptor(ServiceProperties props, SecurityDescriptor descriptor)
           
static SecurityDescriptor SecureServicePropertiesHelper.getSecurityDescriptor(ServiceProperties props)
           
static void SecureServicePropertiesHelper.setSubject(ServiceProperties props, javax.security.auth.Subject subject)
           
static javax.security.auth.Subject SecureServicePropertiesHelper.getSubject(ServiceProperties props)
           
 

Uses of ServiceProperties in org.globus.ogsa.impl.security.authentication.service
 

Classes in org.globus.ogsa.impl.security.authentication.service that implement ServiceProperties
 class AuthenticationServiceImpl
          This is used by the services to establish a security context.
 

Methods in org.globus.ogsa.impl.security.authentication.service that return ServiceProperties
protected  ServiceProperties AuthenticationServiceImpl.getTargetService(boolean activate)
           
 

Methods in org.globus.ogsa.impl.security.authentication.service with parameters of type ServiceProperties
protected  org.ietf.jgss.GSSCredential AuthenticationServiceImpl.getCredential(ServiceProperties props)
           
protected  org.globus.gsi.proxy.ProxyPolicyHandler AuthenticationServiceImpl.getGrimProxyPolicyHandler(ServiceProperties props)
           
protected  ContextManager AuthenticationServiceImpl.getContextManager(ServiceProperties props)
           
 

Uses of ServiceProperties in org.globus.ogsa.impl.security.authorization
 

Methods in org.globus.ogsa.impl.security.authorization with parameters of type ServiceProperties
 void SelfAuthorization.authorize(javax.security.auth.Subject peerSubject, ServiceProperties service, javax.xml.rpc.handler.MessageContext context)
          Gets the service subject from the service properties.
 void IdentityAuthorization.authorize(javax.security.auth.Subject peerSubject, ServiceProperties service, javax.xml.rpc.handler.MessageContext context)
           
 void GridMapAuthorization.authorize(javax.security.auth.Subject peerSubject, ServiceProperties service, javax.xml.rpc.handler.MessageContext context)
          Performs gridmap authorization.
 void DefaultAuthorization.authorize(javax.security.auth.Subject peerSubject, ServiceProperties service, javax.xml.rpc.handler.MessageContext context)
           
 void ServiceAuthorization.authorize(javax.security.auth.Subject peerSubject, ServiceProperties service, javax.xml.rpc.handler.MessageContext context)
           
 void NoAuthorization.authorize(javax.security.auth.Subject peerSubject, ServiceProperties props, javax.xml.rpc.handler.MessageContext context)
           
 

Uses of ServiceProperties in org.globus.ogsa.impl.security.descriptor
 

Fields in org.globus.ogsa.impl.security.descriptor declared as ServiceProperties
protected  ServiceProperties SecurityConfig.serviceProps
           
 

Methods in org.globus.ogsa.impl.security.descriptor with parameters of type ServiceProperties
static void SecurityConfig.initialize(ServiceProperties props)
           
static boolean SecurityConfig.isInitialized(ServiceProperties props)
           
static void SecurityConfig.refresh(ServiceProperties props)
           
 

Constructors in org.globus.ogsa.impl.security.descriptor with parameters of type ServiceProperties
SecurityConfig(ServiceProperties props)
           
 

Uses of ServiceProperties in org.globus.ogsa.repository
 

Methods in org.globus.ogsa.repository with parameters of type ServiceProperties
 void ServiceListener.serviceBind(ServiceProperties properties)
          Called when a new service was added to the repository.
 void ServiceListener.serviceUnbind(ServiceProperties properties)
          Called when a service was removed from the repository.
 

Uses of ServiceProperties in org.globus.ogsa.router
 

Methods in org.globus.ogsa.router with parameters of type ServiceProperties
static void ProxySetupHelper.setupProxy(ServiceProperties proxyService)
           
static void ProxySetupHelper.destroyProxy(ServiceProperties proxyService)
           
 

Uses of ServiceProperties in org.globus.ogsa.utils
 

Methods in org.globus.ogsa.utils that return ServiceProperties
static ServiceProperties ContextUtils.getTargetService(org.apache.axis.MessageContext context)
           
 

Methods in org.globus.ogsa.utils with parameters of type ServiceProperties
static ExtensibilityType ServicePropertiesHelper.getAsAny(ServiceProperties properties)
           
static boolean ServicePropertiesHelper.isPersistentLifecycle(ServiceProperties properties)
          Checks if a service has a persistent lifecycle model.
static boolean ServicePropertiesHelper.isPersistentType(ServiceProperties properties)
          Checks if a service is of persistent type.
static FaultType FaultHelper.makeFault(GridServiceException exception, ServiceProperties properties)
           
static FaultType FaultHelper.populateFault(FaultType fault, ServiceProperties properties)
           
static FaultType FaultHelper.makeFault(java.lang.Class exceptionClass, java.lang.String debugMessage, java.lang.Exception exception, ServiceProperties properties)
           
static FaultType FaultHelper.makeFault(java.lang.Class exceptionClass, java.lang.String debugMessage, ServiceProperties properties)
           
static FaultType FaultHelper.makeFault(java.lang.String debugMessage, java.lang.Exception exception, ServiceProperties properties)
           
static FaultType FaultHelper.makeFault(java.lang.String debugMessage, ServiceProperties properties)
           
 



Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.