public static class Conformance.RestSecurity extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Information about security implementation from an interface perspective - what a client needs to know
| Constructor and Description |
|---|
RestSecurity() |
| Modifier and Type | Method and Description |
|---|---|
Conformance.RestSecurityCertificate |
addCertificate()
Adds and returns a new value for certificate ()
|
Conformance.RestSecurity |
addCertificate(Conformance.RestSecurityCertificate theValue)
Adds a given new value for certificate ()
|
BoundCodeableConceptDt<RestfulSecurityServiceEnum> |
addService()
Add a value for service ()
|
BoundCodeableConceptDt<RestfulSecurityServiceEnum> |
addService(RestfulSecurityServiceEnum theValue)
Add a value for service () using an enumerated type.
|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
List<Conformance.RestSecurityCertificate> |
getCertificate()
Gets the value(s) for certificate ().
|
Conformance.RestSecurityCertificate |
getCertificateFirstRep()
Gets the first repetition for certificate (),
creating it if it does not already exist.
|
Boolean |
getCors()
Gets the value(s) for cors ().
|
ca.uhn.fhir.model.primitive.BooleanDt |
getCorsElement()
Gets the value(s) for cors ().
|
String |
getDescription()
Gets the value(s) for description ().
|
ca.uhn.fhir.model.primitive.StringDt |
getDescriptionElement()
Gets the value(s) for description ().
|
List<BoundCodeableConceptDt<RestfulSecurityServiceEnum>> |
getService()
Gets the value(s) for service ().
|
BoundCodeableConceptDt<RestfulSecurityServiceEnum> |
getServiceFirstRep()
Gets the first repetition for service (),
creating it if it does not already exist.
|
boolean |
isEmpty() |
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(String theString)
Sets the value for description ()
|
Conformance.RestSecurity |
setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for description ()
|
Conformance.RestSecurity |
setService(List<BoundCodeableConceptDt<RestfulSecurityServiceEnum>> theValue)
Sets the value(s) for service ()
|
Conformance.RestSecurity |
setService(RestfulSecurityServiceEnum theValue)
Sets the value(s), and clears any existing value(s) for service ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic RestSecurity()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.BooleanDt getCorsElement()
null.
Definition: Server adds CORS headers when responding to requests - this enables javascript applications to use the server
public Boolean getCors()
null.
Definition: Server adds CORS headers when responding to requests - this enables javascript applications to use the server
public Conformance.RestSecurity setCors(ca.uhn.fhir.model.primitive.BooleanDt theValue)
Definition: Server adds CORS headers when responding to requests - this enables javascript applications to use the server
public Conformance.RestSecurity setCors(boolean theBoolean)
Definition: Server adds CORS headers when responding to requests - this enables javascript applications to use the server
public List<BoundCodeableConceptDt<RestfulSecurityServiceEnum>> getService()
null.
Definition: Types of security services are supported/required by the system
public Conformance.RestSecurity setService(List<BoundCodeableConceptDt<RestfulSecurityServiceEnum>> theValue)
Definition: Types of security services are supported/required by the system
public BoundCodeableConceptDt<RestfulSecurityServiceEnum> addService(RestfulSecurityServiceEnum theValue)
addService() method.
Definition: Types of security services are supported/required by the system
public BoundCodeableConceptDt<RestfulSecurityServiceEnum> getServiceFirstRep()
Definition: Types of security services are supported/required by the system
public BoundCodeableConceptDt<RestfulSecurityServiceEnum> addService()
Definition: Types of security services are supported/required by the system
public Conformance.RestSecurity setService(RestfulSecurityServiceEnum theValue)
Definition: Types of security services are supported/required by the system
public ca.uhn.fhir.model.primitive.StringDt getDescriptionElement()
null.
Definition: General description of how security works
public String getDescription()
null.
Definition: General description of how security works
public Conformance.RestSecurity setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: General description of how security works
public Conformance.RestSecurity setDescription(String theString)
Definition: General description of how security works
public List<Conformance.RestSecurityCertificate> getCertificate()
null.
Definition: Certificates associated with security profiles
public Conformance.RestSecurity setCertificate(List<Conformance.RestSecurityCertificate> theValue)
Definition: Certificates associated with security profiles
public Conformance.RestSecurityCertificate addCertificate()
Definition: Certificates associated with security profiles
public Conformance.RestSecurity addCertificate(Conformance.RestSecurityCertificate theValue)
Definition: Certificates associated with security profiles
theValue - The certificate to add (must not be null)public Conformance.RestSecurityCertificate getCertificateFirstRep()
Definition: Certificates associated with security profiles
Copyright © 2014–2018 University Health Network. All rights reserved.