Interface GssapiAuth
- All Known Implementing Classes:
StandardGssapiAuthentication
public interface GssapiAuth
GSSAPI interface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
authenticate
(Writer writer, Reader in, String servicePrincipalName, String mechanisms) Authenticate
-
Method Details
-
authenticate
void authenticate(Writer writer, Reader in, String servicePrincipalName, String mechanisms) throws IOException, SQLException Authenticate- Parameters:
writer
- socket writerin
- socket readerservicePrincipalName
- SPNmechanisms
- mechanisms- Throws:
IOException
- if any socket error occursSQLException
- for any other type of errors
-