resourceAttributes.set(name, datastreamId);
name = Constants.RESOURCE.AS_OF_DATETIME.uri;
resourceAttributes.set(name, ensureDate(versionDate, context));
} catch (Exception e) {
context.setResourceAttributes(null);
throw new AuthzOperationalException(target + " couldn't set "
+ name, e);
}
context.setResourceAttributes(resourceAttributes);
xacmlPep.enforce(context.getSubjectValue(Constants.SUBJECT.LOGIN_ID.uri),
target,