Uses of Class
org.globus.wsrf.security.descriptor.service.ServiceSecurityConfig

Packages that use ServiceSecurityConfig
org.globus.wsrf.impl.security.descriptor   
 

Uses of ServiceSecurityConfig in org.globus.wsrf.impl.security.descriptor
 

Fields in org.globus.wsrf.impl.security.descriptor declared as ServiceSecurityConfig
(package private)  ServiceSecurityConfig ServiceSecurityDescriptor.desc
           
 

Methods in org.globus.wsrf.impl.security.descriptor that return ServiceSecurityConfig
 ServiceSecurityConfig ServiceSecurityDescriptor.getSecurityDescriptor()
           
static ServiceSecurityConfig SecurityHelper.parseServiceDescriptor(org.xml.sax.InputSource inp)
           
static ServiceSecurityConfig SecurityHelper.parseServiceDescriptor(java.lang.String filename)
           
 

Methods in org.globus.wsrf.impl.security.descriptor with parameters of type ServiceSecurityConfig
static java.lang.String[] ServiceSecurityDescriptor.getCertKeyFileName(ServiceSecurityConfig desc)
          Returns the certificate and key file name configured.
static java.lang.String ServiceSecurityDescriptor.getProxyFileName(ServiceSecurityConfig desc)
           
private  void ServiceSecurityDescriptor.initialize(java.lang.String servicePath, ServiceSecurityConfig desc_)
           
 

Constructors in org.globus.wsrf.impl.security.descriptor with parameters of type ServiceSecurityConfig
ResourceSecurityDescriptor(ServiceSecurityConfig desc_)
           
ServiceSecurityDescriptor(java.lang.String servicePath, ServiceSecurityConfig desc_)