Package | Description |
---|---|
io.agroal.api.configuration | |
io.agroal.api.configuration.supplier | |
io.agroal.api.security |
Modifier and Type | Method and Description |
---|---|
Collection<AgroalSecurityProvider> |
AgroalConnectionFactoryConfiguration.securityProviders()
A collection of providers that are capable of handling principal / credential objects
|
Modifier and Type | Method and Description |
---|---|
AgroalConnectionFactoryConfigurationSupplier |
AgroalConnectionFactoryConfigurationSupplier.addSecurityProvider(AgroalSecurityProvider provider)
Allows setting additional
AgroalSecurityProvider to deal with custom principal/credential types. |
Modifier and Type | Class and Description |
---|---|
class |
AgroalDefaultSecurityProvider
|
class |
AgroalKerberosSecurityProvider
Handle objects of type
GSSCredential and KerberosTicket |
Copyright © 2020 JBoss by Red Hat. All rights reserved.