Class AvaticaCommonsHttpClientSpnegoImpl.EmptyCredentials
- java.lang.Object
-
- org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientSpnegoImpl.EmptyCredentials
-
- All Implemented Interfaces:
org.apache.http.auth.Credentials
- Enclosing class:
- AvaticaCommonsHttpClientSpnegoImpl
private static class AvaticaCommonsHttpClientSpnegoImpl.EmptyCredentials extends java.lang.Object implements org.apache.http.auth.CredentialsA credentials implementation which returns null.
-
-
Field Summary
Fields Modifier and Type Field Description static AvaticaCommonsHttpClientSpnegoImpl.EmptyCredentialsINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description privateEmptyCredentials()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPassword()java.security.PrincipalgetUserPrincipal()
-
-
-
Field Detail
-
INSTANCE
public static final AvaticaCommonsHttpClientSpnegoImpl.EmptyCredentials INSTANCE
-
-