Interface GSSAuthenticateable
- All Known Implementing Classes:
AvaticaCommonsHttpClientImpl
public interface GSSAuthenticateable
Interface that allows configuration of a GSS credential with SPENGO HTTP authentication.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetGSSCredential(GSSCredential credential) Sets the GSS Credential If credential is null, then the current subject will be used
-
Method Details
-
setGSSCredential
Sets the GSS Credential If credential is null, then the current subject will be used- Parameters:
credential- GSS Credentials
-