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(PacketOutputStream writer, PacketInputStream in, java.util.concurrent.atomic.AtomicInteger sequence, java.lang.String servicePrincipalName, java.lang.String mechanisms)
-
-
-
Method Detail
-
authenticate
void authenticate(PacketOutputStream writer, PacketInputStream in, java.util.concurrent.atomic.AtomicInteger sequence, java.lang.String servicePrincipalName, java.lang.String mechanisms) throws java.sql.SQLException, java.io.IOException
- Throws:
java.sql.SQLException
java.io.IOException
-
-