Uses of Interface
io.agroal.api.security.AgroalSecurityProvider
-
Packages that use AgroalSecurityProvider Package Description io.agroal.api.configuration io.agroal.api.configuration.supplier io.agroal.api.security -
-
Uses of AgroalSecurityProvider in io.agroal.api.configuration
Methods in io.agroal.api.configuration that return types with arguments of type AgroalSecurityProvider Modifier and Type Method Description Collection<AgroalSecurityProvider>AgroalConnectionFactoryConfiguration. securityProviders()A collection of providers that are capable of handling principal / credential objects -
Uses of AgroalSecurityProvider in io.agroal.api.configuration.supplier
Methods in io.agroal.api.configuration.supplier with parameters of type AgroalSecurityProvider Modifier and Type Method Description AgroalConnectionFactoryConfigurationSupplierAgroalConnectionFactoryConfigurationSupplier. addSecurityProvider(AgroalSecurityProvider provider)Allows setting additionalAgroalSecurityProviderto deal with custom principal/credential types. -
Uses of AgroalSecurityProvider in io.agroal.api.security
Classes in io.agroal.api.security that implement AgroalSecurityProvider Modifier and Type Class Description classAgroalDefaultSecurityProviderclassAgroalKerberosSecurityProviderHandle objects of typeGSSCredentialandKerberosTicket
-