From 3784bd892a2824f509f81136aa4801dc5f4bc749 Mon Sep 17 00:00:00 2001 From: rikard-sics Date: Wed, 20 Jan 2021 16:04:41 +0100 Subject: [PATCH] Added javadoc for oscoreSecurityMode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rikard Höglund --- .../org/eclipse/leshan/server/bootstrap/BootstrapConfig.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/leshan-server-core/src/main/java/org/eclipse/leshan/server/bootstrap/BootstrapConfig.java b/leshan-server-core/src/main/java/org/eclipse/leshan/server/bootstrap/BootstrapConfig.java index 5bc0d52b57..a454ee74bb 100644 --- a/leshan-server-core/src/main/java/org/eclipse/leshan/server/bootstrap/BootstrapConfig.java +++ b/leshan-server-core/src/main/java/org/eclipse/leshan/server/bootstrap/BootstrapConfig.java @@ -227,6 +227,11 @@ public static class ServerSecurity implements Serializable { * Bootstrap-Server Account lifetime is infinite. */ public Integer bootstrapServerAccountTimeout = 0; + /** + * The Object ID of the OSCORE Object Instance that holds the OSCORE configuration to be used by the LWM2M + * Client to the LWM2M Server associated with this Security object. + * + */ public Integer oscoreSecurityMode; @Override