C - the config typepublic interface IIdentityValidator<C>
| 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,
C config,
io.apiman.gateway.engine.async.IAsyncResultHandler<Boolean> handler)
Asynchronously validates a user.
|
void validate(String username, String password, io.apiman.gateway.engine.beans.ServiceRequest request, io.apiman.gateway.engine.policy.IPolicyContext context, C config, io.apiman.gateway.engine.async.IAsyncResultHandler<Boolean> handler)
username - the usernamepassword - the passwordrequest - the service requestcontext - the policy contextconfig - the confighandler - the result handlerCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.