Class 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.Credentials
    A credentials implementation which returns null.
    • Constructor Detail

      • EmptyCredentials

        private EmptyCredentials()
    • Method Detail

      • getPassword

        public java.lang.String getPassword()
        Specified by:
        getPassword in interface org.apache.http.auth.Credentials
      • getUserPrincipal

        public java.security.Principal getUserPrincipal()
        Specified by:
        getUserPrincipal in interface org.apache.http.auth.Credentials