public static class Conformance.RestSecurity extends BaseIdentifiableElement implements 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 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 ().
|
BooleanDt |
getCorsElement()
Gets the value(s) for cors ().
|
String |
getDescription()
Gets the value(s) for description ().
|
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(BooleanDt theValue)
Sets the value(s) for cors ()
|
Conformance.RestSecurity |
setDescription(String theString)
Sets the value for description ()
|
Conformance.RestSecurity |
setDescription(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, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic RestSecurity()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic 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(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 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(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–2016 University Health Network. All rights reserved.