class documentation

class RuntimeConstants(object):

View In Hierarchy

Various runtime constants, determined during startup of the CSE

Class Variable absoluteCseOriginator The CSE's admin originator in Absolute format.
Class Variable cseAbsolute The CSE's Absolute prefix (SP-ID/CSE-ID).
Class Variable cseAbsoluteSlash The CSE's Absolute prefix with an additional trailing /.
Class Variable cseCsi The CSE-ID.
Class Variable cseCsiSlash The CSE-ID with an additional trailing /.
Class Variable cseCsiSlashLen Length of the CSI with a slash.
Class Variable cseCsiSlashLess The CSE-ID without the leading /.
Class Variable cseIDs List of CSE IDs in SP-relative and Absolute format.
Class Variable cseOriginator The CSE's admin originator, e.g. "CAdmin".
Class Variable cseOriginators List of CSE originators for the CSE. This includes the Admin originator in CSE-relative, SP-relative and Absolute format.
Class Variable csePOA The CSE's point-of-access's.
Class Variable cseRi The CSE's Resource ID.
Class Variable cseRn The CSE's Resource Name.
Class Variable cseSPCsi The CSE-ID with the Service Provider ID as prefix.
Class Variable cseSPCsiSlash The CSE-ID with the Service Provider ID as prefix and an additional trailing /.
Class Variable cseSPid The Service Provider ID.
Class Variable cseSPidSlash The Service Provider ID with an additional trailing /.
Class Variable cseSPIDSlashLess The Service Provider ID without the leading //.
Class Variable cseSPRelative The SP-Relative CSE-ID.
Class Variable cseStatus The CSE's internal runtime status.
Class Variable cseType IN, MN, or ASN.
Class Variable defaultSerialization The default / preferred content serialization type.
Class Variable idLength Length of identifiers generated by the CSE.
Class Variable isHeadless Indicator whether the CSE is running in headless mode.
Class Variable releaseVersion The default / preferred release version.
Class Variable spRelativeCseOriginator The CSE's admin originator in CSE-relative format.
Class Variable startupTime The time when the CSE was started. This is set during the startup process.
Class Variable supportedReleaseVersions List of the supported release versions.
absoluteCseOriginator: str =

The CSE's admin originator in Absolute format.

cseAbsolute: str =

The CSE's Absolute prefix (SP-ID/CSE-ID).

cseAbsoluteSlash: str =

The CSE's Absolute prefix with an additional trailing /.

cseCsi: str =

The CSE-ID.

cseCsiSlash: str =

The CSE-ID with an additional trailing /.

cseCsiSlashLen: int =

Length of the CSI with a slash.

cseCsiSlashLess: str =

The CSE-ID without the leading /.

cseIDs: list[str] =

List of CSE IDs in SP-relative and Absolute format.

cseOriginator: str =

The CSE's admin originator, e.g. "CAdmin".

cseOriginators: list[str] =

List of CSE originators for the CSE. This includes the Admin originator in CSE-relative, SP-relative and Absolute format.

csePOA: list[str] =

The CSE's point-of-access's.

cseRi: str =

The CSE's Resource ID.

cseRn: str =

The CSE's Resource Name.

cseSPCsi: str =

The CSE-ID with the Service Provider ID as prefix.

cseSPCsiSlash: str =

The CSE-ID with the Service Provider ID as prefix and an additional trailing /.

cseSPid: str =

The Service Provider ID.

cseSPidSlash: str =

The Service Provider ID with an additional trailing /.

cseSPIDSlashLess: str =

The Service Provider ID without the leading //.

cseSPRelative: str =

The SP-Relative CSE-ID.

cseStatus: CSEStatus =

The CSE's internal runtime status.

cseType: CSEType =

IN, MN, or ASN.

defaultSerialization: ContentSerializationType =

The default / preferred content serialization type.

idLength: int =

Length of identifiers generated by the CSE.

isHeadless: bool =

Indicator whether the CSE is running in headless mode.

releaseVersion: str =

The default / preferred release version.

spRelativeCseOriginator: str =

The CSE's admin originator in CSE-relative format.

startupTime: float =

The time when the CSE was started. This is set during the startup process.

supportedReleaseVersions: list[str] =

List of the supported release versions.