Uses of Class
org.javastro.ivoa.entities.resource.SecurityMethod
Packages that use SecurityMethod
Package
Description
-
Uses of SecurityMethod in org.javastro.ivoa.entities.resource
Fields in org.javastro.ivoa.entities.resource declared as SecurityMethodModifier and TypeFieldDescriptionprotected SecurityMethodServiceInterface.securityMethodServices not requiring authentication must provide at least one interface definition without a securityMethod defined.Methods in org.javastro.ivoa.entities.resource that return SecurityMethodModifier and TypeMethodDescriptionObjectFactory.createSecurityMethod()Create an instance ofSecurityMethodServiceInterface.getSecurityMethod()Services not requiring authentication must provide at least one interface definition without a securityMethod defined.SecurityMethod.withStandardID(String value) Methods in org.javastro.ivoa.entities.resource with parameters of type SecurityMethodModifier and TypeMethodDescriptionvoidServiceInterface.setSecurityMethod(SecurityMethod value) Sets the value of the securityMethod property.ServiceInterface.withSecurityMethod(SecurityMethod value) WebBrowser.withSecurityMethod(SecurityMethod value) WebService.withSecurityMethod(SecurityMethod value) Constructors in org.javastro.ivoa.entities.resource with parameters of type SecurityMethodModifierConstructorDescriptionServiceInterface(List<AccessURL> accessURLs, List<MirrorURL> mirrorURLs, SecurityMethod securityMethod, String testQueryString, String version, String role) Fully-initialising value constructorWebBrowser(List<AccessURL> accessURLs, List<MirrorURL> mirrorURLs, SecurityMethod securityMethod, String testQueryString, String version, String role) Fully-initialising value constructorWebService(List<AccessURL> accessURLs, List<MirrorURL> mirrorURLs, SecurityMethod securityMethod, String testQueryString, String version, String role, List<String> wsdlURLs) Fully-initialising value constructor -
Uses of SecurityMethod in org.javastro.ivoa.entities.resource.dataservice
Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type SecurityMethodConstructors in org.javastro.ivoa.entities.resource.dataservice with parameters of type SecurityMethodModifierConstructorDescriptionParamHTTP(List<AccessURL> accessURLs, List<MirrorURL> mirrorURLs, SecurityMethod securityMethod, String testQueryString, String version, String role, List<HTTPQueryType> queryTypes, String resultType, List<InputParam> params, String testQuery) Fully-initialising value constructor -
Uses of SecurityMethod in org.javastro.ivoa.entities.resource.registry
Methods in org.javastro.ivoa.entities.resource.registry with parameters of type SecurityMethodModifier and TypeMethodDescriptionOAIHTTP.withSecurityMethod(SecurityMethod value) OAISOAP.withSecurityMethod(SecurityMethod value) Constructors in org.javastro.ivoa.entities.resource.registry with parameters of type SecurityMethodModifierConstructorDescriptionOAIHTTP(List<AccessURL> accessURLs, List<MirrorURL> mirrorURLs, SecurityMethod securityMethod, String testQueryString, String version, String role) Fully-initialising value constructorOAISOAP(List<AccessURL> accessURLs, List<MirrorURL> mirrorURLs, SecurityMethod securityMethod, String testQueryString, String version, String role, List<String> wsdlURLs) Fully-initialising value constructor