Interface GssapiAuth
-
- All Known Implementing Classes:
StandardGssapiAuthentication,WindowsNativeSspiAuthentication
public interface GssapiAuthGSSAPI interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidauthenticate(Writer writer, Reader in, String servicePrincipalName, String mechanisms)Authenticate
-
-
-
Method Detail
-
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
-
-