Uses of Interface
org.eclipse.jetty.client.api.AuthenticationStore
-
Packages that use AuthenticationStore Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client. -
-
Uses of AuthenticationStore in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement AuthenticationStore Modifier and Type Class Description classHttpAuthenticationStoreFields in org.eclipse.jetty.client declared as AuthenticationStore Modifier and Type Field Description private AuthenticationStoreHttpClient. authenticationStoreMethods in org.eclipse.jetty.client that return AuthenticationStore Modifier and Type Method Description AuthenticationStoreHttpClient. getAuthenticationStore()Methods in org.eclipse.jetty.client with parameters of type AuthenticationStore Modifier and Type Method Description voidHttpClient. setAuthenticationStore(AuthenticationStore authenticationStore)
-