Uses of Class
io.apiman.gateway.engine.policies.config.basicauth.JDBCIdentitySource
-
Packages that use JDBCIdentitySource Package Description io.apiman.gateway.engine.policies.auth io.apiman.gateway.engine.policies.config -
-
Uses of JDBCIdentitySource in io.apiman.gateway.engine.policies.auth
Methods in io.apiman.gateway.engine.policies.auth with parameters of type JDBCIdentitySource Modifier and Type Method Description protected voidJDBCIdentityValidator. extractRoles(IJdbcConnection connection, String username, IPolicyContext context, JDBCIdentitySource config, IAsyncResultHandler<Boolean> handler)protected voidJDBCIdentityValidator. validate(IJdbcConnection connection, String query, String username, String password, IPolicyContext context, JDBCIdentitySource config, IAsyncResultHandler<Boolean> handler)voidJDBCIdentityValidator. validate(String username, String password, ApiRequest request, IPolicyContext context, JDBCIdentitySource config, IAsyncResultHandler<Boolean> handler) -
Uses of JDBCIdentitySource in io.apiman.gateway.engine.policies.config
Methods in io.apiman.gateway.engine.policies.config that return JDBCIdentitySource Modifier and Type Method Description JDBCIdentitySourceBasicAuthenticationConfig. getJdbcIdentity()Methods in io.apiman.gateway.engine.policies.config with parameters of type JDBCIdentitySource Modifier and Type Method Description voidBasicAuthenticationConfig. setJdbcIdentity(JDBCIdentitySource jdbcIdentity)
-