Package org.ejbca.core.ejb.authorization

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


  }

  public void testAccessRulesData() {
    LOG.trace(">testAccessRulesData");
    logMemStats();
    AccessRulesData entity = new AccessRulesData();
    entity.setAccessRule(VARCHAR_250B);
    entity.setIsRecursive(false);
    entity.setPrimKey(BOGUS_INTEGER.intValue());
    entity.setRowProtection(CLOB_10KiB);
    entity.setRowVersion(0);
    entity.setRule(0);
    storeAndRemoveEntity(entity);
    LOG.trace("<testAccessRulesData");
  }
View Full Code Here

TOP

Related Classes of org.ejbca.core.ejb.authorization.AccessRulesData

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.