Uses of Interface
org.eclipse.jetty.client.AuthenticationStore
Packages that use AuthenticationStore
-
Uses of AuthenticationStore in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return AuthenticationStoreModifier and TypeMethodDescriptionHttpClient.getAuthenticationStore()Get the authentication store associated with this instance.Methods in org.eclipse.jetty.client with parameters of type AuthenticationStoreModifier and TypeMethodDescriptionvoidHttpClient.setAuthenticationStore(AuthenticationStore authenticationStore) Set the authentication store associated with this instance.