Package io.agroal.api.security
Class AgroalKerberosSecurityProvider
java.lang.Object
io.agroal.api.security.AgroalKerberosSecurityProvider
- All Implemented Interfaces:
AgroalSecurityProvider
Handle objects of type
GSSCredential and KerberosTicket- Author:
- Luis Barreiro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSecurityProperties(Object securityObject) Converts a custom principal / credential objects to properties to be passed to the JDBC driver.
-
Constructor Details
-
AgroalKerberosSecurityProvider
public AgroalKerberosSecurityProvider()
-
-
Method Details
-
getSecurityProperties
Description copied from interface:AgroalSecurityProviderConverts a custom principal / credential objects to properties to be passed to the JDBC driver.- Specified by:
getSecurityPropertiesin interfaceAgroalSecurityProvider- Returns:
- null if not capable of handle the security object, otherwise return a
Propertiesobject even if empty.
-