Searched defs:parentInheritance (Results 1 - 6 of 6) sorted by relevance
| /forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/ |
| H A D | UserAttr.java | 84 private ParentInheritance parentInheritance=null; field in class:UserAttr 120 * @param parentInheritance The parent inheritance class to use for parent 124 ParentInheritance parentInheritance) { 127 this.parentInheritance=parentInheritance; 149 ParentInheritance parentInheritance = 151 return new UserAttr (userAttrType, type, parentInheritance); 314 int numLevels=parentInheritance.getNumLevels(); 315 int[] levels=parentInheritance.getLevels(); 316 AttributeType attrType=parentInheritance 123 UserAttr(UserAttrType userAttrType, EnumBindRuleType type, ParentInheritance parentInheritance) argument [all...] |
| /forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/ |
| H A D | UserAttr.java | 91 private ParentInheritance parentInheritance=null; field in class:UserAttr 127 * @param parentInheritance The parent inheritance class to use for parent 131 ParentInheritance parentInheritance) { 134 this.parentInheritance=parentInheritance; 156 ParentInheritance parentInheritance = 158 return new UserAttr (userAttrType, type, parentInheritance); 320 int numLevels=parentInheritance.getNumLevels(); 321 int[] levels=parentInheritance.getLevels(); 322 AttributeType attrType=parentInheritance 130 UserAttr(UserAttrType userAttrType, EnumBindRuleType type, ParentInheritance parentInheritance) argument [all...] |
| /forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/ |
| H A D | UserAttr.java | 91 private ParentInheritance parentInheritance=null; field in class:UserAttr 127 * @param parentInheritance The parent inheritance class to use for parent 131 ParentInheritance parentInheritance) { 134 this.parentInheritance=parentInheritance; 156 ParentInheritance parentInheritance = 158 return new UserAttr (userAttrType, type, parentInheritance); 320 int numLevels=parentInheritance.getNumLevels(); 321 int[] levels=parentInheritance.getLevels(); 322 AttributeType attrType=parentInheritance 130 UserAttr(UserAttrType userAttrType, EnumBindRuleType type, ParentInheritance parentInheritance) argument [all...] |
| /forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/ |
| H A D | UserAttr.java | 84 private ParentInheritance parentInheritance=null; field in class:UserAttr 120 * @param parentInheritance The parent inheritance class to use for parent 124 ParentInheritance parentInheritance) { 127 this.parentInheritance=parentInheritance; 149 ParentInheritance parentInheritance = 151 return new UserAttr (userAttrType, type, parentInheritance); 314 int numLevels=parentInheritance.getNumLevels(); 315 int[] levels=parentInheritance.getLevels(); 316 AttributeType attrType=parentInheritance 123 UserAttr(UserAttrType userAttrType, EnumBindRuleType type, ParentInheritance parentInheritance) argument [all...] |
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/ |
| H A D | UserAttr.java | 91 private ParentInheritance parentInheritance=null; field in class:UserAttr 127 * @param parentInheritance The parent inheritance class to use for parent 131 ParentInheritance parentInheritance) { 134 this.parentInheritance=parentInheritance; 156 ParentInheritance parentInheritance = 158 return new UserAttr (userAttrType, type, parentInheritance); 320 int numLevels=parentInheritance.getNumLevels(); 321 int[] levels=parentInheritance.getLevels(); 322 AttributeType attrType=parentInheritance 130 UserAttr(UserAttrType userAttrType, EnumBindRuleType type, ParentInheritance parentInheritance) argument [all...] |
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/ |
| H A D | UserAttr.java | 97 private ParentInheritance parentInheritance; field in class:UserAttr 122 * @param parentInheritance The parent inheritance class to use for parent 126 ParentInheritance parentInheritance) { 129 this.parentInheritance=parentInheritance; 151 ParentInheritance parentInheritance = 153 return new UserAttr (userAttrType, type, parentInheritance); 276 int numLevels=parentInheritance.getNumLevels(); 277 int[] levels=parentInheritance.getLevels(); 278 AttributeType attrType=parentInheritance 125 UserAttr(UserAttrType userAttrType, EnumBindRuleType type, ParentInheritance parentInheritance) argument [all...] |
Completed in 25 milliseconds