
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Conformance.RestSecurity
Packages that use Conformance.RestSecurity
-
Uses of Conformance.RestSecurity in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Conformance.RestSecurityModifier and TypeMethodDescriptionConformance.RestSecurity.addCertificate(Conformance.RestSecurityCertificate theValue) Adds a given new value for certificate ()Conformance.Rest.getSecurity()Gets the value(s) for security ().Conformance.RestSecurity.setCertificate(List<Conformance.RestSecurityCertificate> theValue) Sets the value(s) for certificate ()Conformance.RestSecurity.setCors(boolean theBoolean) Sets the value for cors ()Conformance.RestSecurity.setCors(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for cors ()Conformance.RestSecurity.setDescription(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()Conformance.RestSecurity.setDescription(String theString) Sets the value for description ()Conformance.RestSecurity.setService(RestfulSecurityServiceEnum theValue) Sets the value(s), and clears any existing value(s) for service ()Conformance.RestSecurity.setService(List<BoundCodeableConceptDt<RestfulSecurityServiceEnum>> theValue) Sets the value(s) for service ()Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Conformance.RestSecurityModifier and TypeMethodDescriptionConformance.Rest.setSecurity(Conformance.RestSecurity theValue) Sets the value(s) for security ()