Class AuthNone
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.sensorthingsmanager.auth.AuthNone
-
- All Implemented Interfaces:
de.fraunhofer.iosb.ilt.configurable.AnnotatedConfigurable<Void,Void>,de.fraunhofer.iosb.ilt.configurable.Configurable<Void,Void>,AuthMethod
public class AuthNone extends Object implements de.fraunhofer.iosb.ilt.configurable.AnnotatedConfigurable<Void,Void>, AuthMethod
Authentication type for no authentication. Does add the option to ignore SSL certificate errors, for when using self-signed certificates for testing purposes.- Author:
- scf
-
-
Constructor Summary
Constructors Constructor Description AuthNone()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(com.google.gson.JsonElement config, Void context, Void edtCtx, de.fraunhofer.iosb.ilt.configurable.ConfigEditor<?> ce)de.fraunhofer.iosb.ilt.configurable.ConfigEditor<?>getConfigEditor(Void context, Void edtCtx)voidsetAuth(de.fraunhofer.iosb.ilt.sta.service.SensorThingsService service)
-
-
-
Method Detail
-
configure
public void configure(com.google.gson.JsonElement config, Void context, Void edtCtx, de.fraunhofer.iosb.ilt.configurable.ConfigEditor<?> ce)
-
getConfigEditor
public de.fraunhofer.iosb.ilt.configurable.ConfigEditor<?> getConfigEditor(Void context, Void edtCtx)
-
setAuth
public void setAuth(de.fraunhofer.iosb.ilt.sta.service.SensorThingsService service)
- Specified by:
setAuthin interfaceAuthMethod
-
-