private static final String[] customaccessrules = EjbcaConfiguration.getCustomAvailableAccessRules();
private Authorizer getAuthorizer() {
if (authCache.getAuthorizer() == null) {
final GlobalConfiguration config = globalConfigurationSession.getCachedGlobalConfiguration(Admin.getInternalAdmin());
authCache.setAuthorizer(new Authorizer(getAdminGroups(), config.getEnableCommandLineInterface(), logSession, LogConstants.MODULE_AUTHORIZATION));
}
return authCache.getAuthorizer();
}