attributeValue.add( new AttributeValueItem( EMPTY_ATTRIBUTE_COLLECTION ) );
rangeOfValues.add( new RangeOfValuesItem( new PresenceNode( ( String ) null ) ) );
allUserAttributeTypes.add( ProtectedItem.ALL_USER_ATTRIBUTE_TYPES );
allUserAttributeTypesAndValues.add( ProtectedItem.ALL_USER_ATTRIBUTE_TYPES_AND_VALUES );
ACITuple attributeTypeTuple = new ACITuple( EMPTY_USER_CLASS_COLLECTION, AuthenticationLevel.NONE,
attributeType,
EMPTY_MICRO_OPERATION_SET, true, 0 );
ACITuple allAttributeValuesTuple = new ACITuple( EMPTY_USER_CLASS_COLLECTION, AuthenticationLevel.NONE,
allAttributeValues, EMPTY_MICRO_OPERATION_SET, true, 0 );
ACITuple selfValueTuple = new ACITuple( EMPTY_USER_CLASS_COLLECTION, AuthenticationLevel.NONE, selfValue,
EMPTY_MICRO_OPERATION_SET, true, 0 );
ACITuple attributeValueTuple = new ACITuple( EMPTY_USER_CLASS_COLLECTION, AuthenticationLevel.NONE,
attributeValue,
EMPTY_MICRO_OPERATION_SET, true, 0 );
ACITuple rangeOfValuesTuple = new ACITuple( EMPTY_USER_CLASS_COLLECTION, AuthenticationLevel.NONE,
rangeOfValues,
EMPTY_MICRO_OPERATION_SET, true, 0 );
ACITuple allUserAttributeTypesTuple = new ACITuple( EMPTY_USER_CLASS_COLLECTION, AuthenticationLevel.NONE,
allUserAttributeTypes, EMPTY_MICRO_OPERATION_SET, true, 0 );
ACITuple allUserAttributeTypesAndValuesTuple = new ACITuple( EMPTY_USER_CLASS_COLLECTION,
AuthenticationLevel.NONE,
allUserAttributeTypesAndValues, EMPTY_MICRO_OPERATION_SET, true, 0 );
TUPLES_A.add( attributeTypeTuple );
TUPLES_A.add( allAttributeValuesTuple );