Package io.agroal.api.security
Class AgroalDefaultSecurityProvider
java.lang.Object
io.agroal.api.security.AgroalDefaultSecurityProvider
- All Implemented Interfaces:
AgroalSecurityProvider
- 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
-
AgroalDefaultSecurityProvider
public AgroalDefaultSecurityProvider()
-
-
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.
-