Class AuthPostCookie
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.sensorthingsmanager.auth.AuthPostCookie
-
- All Implemented Interfaces:
de.fraunhofer.iosb.ilt.configurable.AnnotatedConfigurable<Void,Void>,de.fraunhofer.iosb.ilt.configurable.Configurable<Void,Void>,AuthMethod
public class AuthPostCookie extends Object implements de.fraunhofer.iosb.ilt.configurable.AnnotatedConfigurable<Void,Void>, AuthMethod
- Author:
- scf
-
-
Field Summary
Fields Modifier and Type Field Description static StringHTTPREQUEST_HEADER_ACCEPTstatic StringHTTPREQUEST_HEADER_CONTENT_TYPEstatic StringHTTPREQUEST_TYPE_JSON
-
Constructor Summary
Constructors Constructor Description AuthPostCookie()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetAuth(de.fraunhofer.iosb.ilt.sta.service.SensorThingsService service)
-
-
-
Field Detail
-
HTTPREQUEST_HEADER_ACCEPT
public static final String HTTPREQUEST_HEADER_ACCEPT
- See Also:
- Constant Field Values
-
HTTPREQUEST_HEADER_CONTENT_TYPE
public static final String HTTPREQUEST_HEADER_CONTENT_TYPE
- See Also:
- Constant Field Values
-
HTTPREQUEST_TYPE_JSON
public static final String HTTPREQUEST_TYPE_JSON
- See Also:
- Constant Field Values
-
-
Method Detail
-
setAuth
public void setAuth(de.fraunhofer.iosb.ilt.sta.service.SensorThingsService service)
- Specified by:
setAuthin interfaceAuthMethod
-
-