Uses of Package
org.glassfish.tyrus.client.auth
-
Packages that use org.glassfish.tyrus.client.auth Package Description org.glassfish.tyrus.client.auth -
Classes in org.glassfish.tyrus.client.auth used by org.glassfish.tyrus.client.auth Class Description AuthConfig AuthConfig serves as a configuration of HTTP authentication.AuthConfig.Builder The AuthConfig.Builder is a class used for creating an instance ofAuthConfig
for purpose of HTTP Authentication.AuthenticationException This exception is set as a cause ofDeploymentException
thrown whenWebSocketContainer
.connectToServer(...) fails because of any of the following: HTTP response status code 401 is received and ""WWW-Authenticate"" header contains scheme which is not handled by anyAuthenticator
registered inAuthConfig
.Authenticator Authenticator provides a way how to plug-in custom authentication provider.Credentials Credentials can be used when configuring authentication properties used during client handshake.