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 final SecurityMethodSecurityMethod.Builder._storedValueprotected SecurityMethodServiceInterface.securityMethodServices not requiring authentication must provide at least one interface definition without a securityMethod defined.Fields in org.javastro.ivoa.entities.resource with type parameters of type SecurityMethodModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<ServiceInterface,SecurityMethod> ServiceInterface.PropInfo.SECURITY_METHODstatic final com.kscs.util.jaxb.SinglePropertyInfo<SecurityMethod,String> SecurityMethod.PropInfo.STANDARD_IDMethods in org.javastro.ivoa.entities.resource with type parameters of type SecurityMethodModifier and TypeMethodDescriptionprotected <_P extends SecurityMethod>
_PSecurityMethod.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource that return SecurityMethodModifier and TypeMethodDescriptionSecurityMethod.Builder.build()SecurityMethod.clone()SecurityMethod.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) SecurityMethod.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) SecurityMethod.createCopy()SecurityMethod.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createSecurityMethod()Create an instance ofSecurityMethodServiceInterface.getSecurityMethod()Services not requiring authentication must provide at least one interface definition without a securityMethod defined.SecurityMethod.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource with parameters of type SecurityMethodModifier and TypeMethodDescriptionstatic SecurityMethod.Builder<Void>SecurityMethod.copyExcept(SecurityMethod _other, com.kscs.util.jaxb.PropertyTree _propertyTree) SecurityMethod.Builder.copyOf(SecurityMethod _other) static <_B> SecurityMethod.Builder<_B>SecurityMethod.copyOf(SecurityMethod _other) static <_B> SecurityMethod.Builder<_B>SecurityMethod.copyOf(SecurityMethod _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static SecurityMethod.Builder<Void>SecurityMethod.copyOnly(SecurityMethod _other, com.kscs.util.jaxb.PropertyTree _propertyTree) voidServiceInterface.Modifier.setSecurityMethod(SecurityMethod securityMethod) voidServiceInterface.setSecurityMethod(SecurityMethod value) Sets the value of the securityMethod property.ServiceInterface.Builder.withSecurityMethod(SecurityMethod securityMethod) Sets the new value of "securityMethod" (any previous value will be replaced)WebBrowser.Builder.withSecurityMethod(SecurityMethod securityMethod) Sets the new value of "securityMethod" (any previous value will be replaced)WebService.Builder.withSecurityMethod(SecurityMethod securityMethod) Sets the new value of "securityMethod" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource with parameters of type SecurityMethodModifierConstructorDescriptionBuilder(_B _parentBuilder, SecurityMethod _other, boolean _copy) Builder(_B _parentBuilder, SecurityMethod _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ServiceInterface(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 SecurityMethodModifier and TypeMethodDescriptionParamHTTP.Builder.withSecurityMethod(SecurityMethod securityMethod) Sets the new value of "securityMethod" (any previous value will be replaced)Constructors 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.Builder.withSecurityMethod(SecurityMethod securityMethod) Sets the new value of "securityMethod" (any previous value will be replaced)OAISOAP.Builder.withSecurityMethod(SecurityMethod securityMethod) Sets the new value of "securityMethod" (any previous value will be replaced)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