Interface GssapiAuth
-
- All Known Implementing Classes:
StandardGssapiAuthentication
public interface GssapiAuth
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
authenticate(PacketWriter writer, PacketReader in, java.lang.String servicePrincipalName, java.lang.String mechanisms)
-
-
-
Method Detail
-
authenticate
void authenticate(PacketWriter writer, PacketReader in, java.lang.String servicePrincipalName, java.lang.String mechanisms) throws java.sql.SQLException, java.io.IOException
- Throws:
java.sql.SQLException
java.io.IOException
-
-