Examples of AdminEntityData


Examples of org.ejbca.core.ejb.authorization.AdminEntityData

  }

  public void testAdminEntityData() {
    LOG.trace(">testAdminEntityData");
    logMemStats();
    AdminEntityData entity = new AdminEntityData();
    entity.setCaId(BOGUS_INTEGER);
    entity.setMatchType(0);
    entity.setMatchValue(VARCHAR_250B);
    entity.setMatchWith(0);
    entity.setPrimeKey(BOGUS_INT);
    entity.setRowProtection(CLOB_10KiB);
    entity.setRowVersion(0);
    storeAndRemoveEntity(entity);
    LOG.trace("<testAdminEntityData");
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.