Uses of Interface
de.fraunhofer.iosb.ilt.sensorthingsmanager.auth.AuthMethod
-
Packages that use AuthMethod Package Description de.fraunhofer.iosb.ilt.sensorthingsmanager.auth de.fraunhofer.iosb.ilt.sensorthingsmanager.utils -
-
Uses of AuthMethod in de.fraunhofer.iosb.ilt.sensorthingsmanager.auth
Classes in de.fraunhofer.iosb.ilt.sensorthingsmanager.auth that implement AuthMethod Modifier and Type Class Description classAuthBasicclassAuthHeaderclassAuthNoneAuthentication type for no authentication.classAuthPostCookie -
Uses of AuthMethod in de.fraunhofer.iosb.ilt.sensorthingsmanager.utils
Methods in de.fraunhofer.iosb.ilt.sensorthingsmanager.utils that return AuthMethod Modifier and Type Method Description AuthMethodServer. getAuthMethod()Methods in de.fraunhofer.iosb.ilt.sensorthingsmanager.utils with parameters of type AuthMethod Modifier and Type Method Description voidServer. setAuthMethod(AuthMethod authMethod)
-