Searched defs:refAttrType (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java110 private static AttributeType refAttrType; field in class:AciHandler
133 refAttrType = getAttributeType(ATTR_REFERRAL_URL);
526 new AttributeBuilder(refAttrType, ATTR_REFERRAL_URL);
532 builder.add(AttributeValues.create(refAttrType, URLString));
540 container.setCurrentAttributeType(refAttrType);
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java120 private static AttributeType refAttrType; field in class:AciHandler
160 if ((refAttrType =
163 refAttrType =
571 new AttributeBuilder(refAttrType, ATTR_REFERRAL_URL);
577 builder.add(AttributeValues.create(refAttrType, URLString));
584 operationContainer.setCurrentAttributeType(refAttrType);
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java120 private static AttributeType refAttrType; field in class:AciHandler
160 if ((refAttrType =
163 refAttrType =
571 new AttributeBuilder(refAttrType, ATTR_REFERRAL_URL);
577 builder.add(AttributeValues.create(refAttrType, URLString));
584 operationContainer.setCurrentAttributeType(refAttrType);
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java110 private static AttributeType refAttrType; field in class:AciHandler
133 refAttrType = getAttributeType(ATTR_REFERRAL_URL);
526 new AttributeBuilder(refAttrType, ATTR_REFERRAL_URL);
532 builder.add(AttributeValues.create(refAttrType, URLString));
540 container.setCurrentAttributeType(refAttrType);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java120 private static AttributeType refAttrType; field in class:AciHandler
160 if ((refAttrType =
163 refAttrType =
571 new AttributeBuilder(refAttrType, ATTR_REFERRAL_URL);
577 builder.add(AttributeValues.create(refAttrType, URLString));
584 operationContainer.setCurrentAttributeType(refAttrType);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAciHandler.java110 private static AttributeType refAttrType; field in class:AciHandler
129 refAttrType = getAttributeTypeOrDefault(ATTR_REFERRAL_URL);
442 final AttributeBuilder builder = new AttributeBuilder(refAttrType, ATTR_REFERRAL_URL);
450 container.setCurrentAttributeType(refAttrType);

Completed in 35 milliseconds