Package org.apache.sqoop.request

Examples of org.apache.sqoop.request.HttpEventContext


  private JsonBean handleActionEvent(RequestContext ctx, String sjid) {
    long jid = Long.parseLong(sjid);

    String username = ctx.getUserName();
    HttpEventContext ectx = new HttpEventContext();
    ectx.setUsername(username);

    switch (ctx.getMethod()) {
      case GET:
        AuditLoggerManager.getInstance()
            .logAuditEvent(ctx.getUserName(), ctx.getRequest().getRemoteAddr(),
View Full Code Here

TOP

Related Classes of org.apache.sqoop.request.HttpEventContext

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.