Uses of Class
com.viglet.turing.client.auth.credentials.TurUsernamePasswordCredentials
Packages that use TurUsernamePasswordCredentials
Package
Description
Provides the classes necessary to communicate with Viglet Turing ES.
Provides the classes of Turing Client Utils.
-
Uses of TurUsernamePasswordCredentials in com.viglet.turing.client.sn
Constructors in com.viglet.turing.client.sn with parameters of type TurUsernamePasswordCredentialsModifierConstructorDescriptionTurSNServer
(URI serverURL, String siteName, Locale locale, TurUsernamePasswordCredentials credentials) TurSNServer
(URI serverURL, String siteName, Locale locale, TurUsernamePasswordCredentials credentials, String userId) -
Uses of TurUsernamePasswordCredentials in com.viglet.turing.client.sn.utils
Methods in com.viglet.turing.client.sn.utils with parameters of type TurUsernamePasswordCredentialsModifier and TypeMethodDescriptionstatic void
TurSNClientUtils.authentication
(HttpPost httpPost, TurUsernamePasswordCredentials credentials, String apiKey)