public class JDBCIdentityValidator extends Object implements IIdentityValidator<JDBCIdentitySource>
| Constructor and Description |
|---|
JDBCIdentityValidator()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
validate(String username,
String password,
io.apiman.gateway.engine.beans.ServiceRequest request,
io.apiman.gateway.engine.policy.IPolicyContext context,
JDBCIdentitySource config,
io.apiman.gateway.engine.async.IAsyncResultHandler<Boolean> handler)
Asynchronously validates a user.
|
public void validate(String username, String password, io.apiman.gateway.engine.beans.ServiceRequest request, io.apiman.gateway.engine.policy.IPolicyContext context, JDBCIdentitySource config, io.apiman.gateway.engine.async.IAsyncResultHandler<Boolean> handler)
IIdentityValidatorvalidate in interface IIdentityValidator<JDBCIdentitySource>username - the usernamepassword - the passwordrequest - the service requestcontext - the policy contextconfig - the confighandler - the result handlerIIdentityValidator.validate(String, String, ServiceRequest, IPolicyContext, Object, IAsyncResultHandler)Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.