%% Generated by the Erlang ASN.1 compiler. Version: 5.0.9 %% Purpose: Erlang record definitions for each named and unnamed %% SEQUENCE and SET, and macro definitions for each value %% definition in module DirectoryAbstractService. -ifndef(_DIRECTORYABSTRACTSERVICE_HRL_). -define(_DIRECTORYABSTRACTSERVICE_HRL_, true). -record('AgreementID', { identifier, version }). -record('OperationProgress', { nameResolutionPhase, nextRDNToBeResolved = asn1_NOVALUE }). -record('CommonArguments', { serviceControls = asn1_DEFAULT, securityParameters = asn1_NOVALUE, requestor = asn1_NOVALUE, operationProgress = asn1_DEFAULT, aliasedRDNs = asn1_NOVALUE, criticalExtensions = asn1_NOVALUE, referenceType = asn1_NOVALUE, entryOnly = asn1_DEFAULT, nameResolveOnMaste = asn1_DEFAULT, operationContexts = asn1_NOVALUE, familyGrouping = asn1_DEFAULT }). -record('CommonResults', { securityParameters = asn1_NOVALUE, performer = asn1_NOVALUE, aliasDereferenced = asn1_DEFAULT, notification = asn1_NOVALUE }). -record('CommonResultsSeq', { securityParameters = asn1_NOVALUE, performer = asn1_NOVALUE, aliasDereferenced = asn1_DEFAULT }). -record('ServiceControls', { options = asn1_DEFAULT, priority = asn1_DEFAULT, timeLimit = asn1_NOVALUE, sizeLimit = asn1_NOVALUE, scopeOfReferral = asn1_NOVALUE, attributeSizeLimit = asn1_NOVALUE, manageDSAITPlaneRef = asn1_NOVALUE, serviceType = asn1_NOVALUE, userClass = asn1_NOVALUE }). -record('ServiceControls_manageDSAITPlaneRef', { dsaName, agreementID }). -record('EntryInformationSelection', { attributes = asn1_DEFAULT, infoTypes = asn1_DEFAULT, extraAttributes = asn1_NOVALUE, contextSelection = asn1_NOVALUE, returnContexts = asn1_DEFAULT, familyReturn = asn1_DEFAULT }). -record('TypeAndContextAssertion', { type, contextAssertions }). -record('FamilyReturn', { memberSelect, familySelect = asn1_NOVALUE }). -record('FamilyEntries', { 'family-class', familyEntries }). -record('FamilyEntry', { rdn, information, 'family-info' = asn1_NOVALUE }). -record('EntryInformation', { name, fromEntry = asn1_DEFAULT, information = asn1_NOVALUE, incompleteEntry = asn1_DEFAULT, partialNameResolution = asn1_DEFAULT }). -record('FilterItem_substrings', { type, strings }). -record('MatchingRuleAssertion', { matchingRule, type = asn1_NOVALUE, matchValue, dnAttributes = asn1_DEFAULT }). -record('PagedResultsRequest_newRequest', { pageSize, sortKeys = asn1_NOVALUE, reverse = asn1_DEFAULT, unmerged = asn1_DEFAULT }). -record('SortKey', { type, orderingRule = asn1_NOVALUE }). -record('SecurityParameters', { 'certification-path' = asn1_NOVALUE, name = asn1_NOVALUE, time = asn1_NOVALUE, random = asn1_NOVALUE, target = asn1_NOVALUE, response = asn1_NOVALUE, operationCode = asn1_NOVALUE, attributeCertificationPath = asn1_NOVALUE, errorProtection = asn1_NOVALUE, errorCode = asn1_NOVALUE }). -endif. %% _DIRECTORYABSTRACTSERVICE_HRL_