Searched defs:checkHasReadOnlyAttributes (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendAddOperation.java288 if (checkHasReadOnlyAttributes(userAttributes)
289 || checkHasReadOnlyAttributes(operationalAttributes))
556 private boolean checkHasReadOnlyAttributes( method in class:LocalBackendAddOperation
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendAddOperation.java288 if (checkHasReadOnlyAttributes(userAttributes)
289 || checkHasReadOnlyAttributes(operationalAttributes))
556 private boolean checkHasReadOnlyAttributes( method in class:LocalBackendAddOperation
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/workflowelement/localbackend/
H A DLocalBackendAddOperation.java305 if (checkHasReadOnlyAttributes(userAttributes)
306 || checkHasReadOnlyAttributes(operationalAttributes))
543 private boolean checkHasReadOnlyAttributes( method in class:LocalBackendAddOperation

Completed in 33 milliseconds