Interface GssapiAuth
-
- All Known Implementing Classes:
StandardGssapiAuthentication
,WindowsNativeSspiAuthentication
public interface GssapiAuth
GSSAPI interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
authenticate(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
-
-