Package org.glassfish.jersey.client.authentication
Provides core client authentication mechanisms.
-
Interface Summary Interface Description HttpAuthenticationFeature.BasicBuilder Extension ofHttpAuthenticationFeature.Builderthat builds the http authentication feature configured for basic authentication.HttpAuthenticationFeature.Builder Builder that creates instances ofHttpAuthenticationFeature.HttpAuthenticationFeature.UniversalBuilder Extension ofHttpAuthenticationFeature.Builderthat builds the http authentication feature configured in universal mode that supports basic and digest authentication. -
Class Summary Class Description HttpAuthenticationFeature Features that provides Http Basic and Digest client authentication (based on RFC 2617). -
Exception Summary Exception Description RequestAuthenticationException Exception thrown by security request authentication.ResponseAuthenticationException Exception thrown by security response authentication.