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

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DUserAttr.java78 private UserAttrType userAttrType=null; field in class:UserAttr
103 * @param userAttrType The userattr type of the rule
107 private UserAttr(String attrStr, String attrVal, UserAttrType userAttrType, argument
111 this.userAttrType=userAttrType;
117 * @param userAttrType The userattr type of the rule (USERDN or GROUPDN)
123 private UserAttr(UserAttrType userAttrType, EnumBindRuleType type, argument
125 this.userAttrType=userAttrType;
145 UserAttrType userAttrType
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DUserAttr.java81 private UserAttrType userAttrType=null; field in class:UserAttr
110 * @param userAttrType The userattr type of the rule
114 private UserAttr(String attrStr, String attrVal, UserAttrType userAttrType, argument
118 this.userAttrType=userAttrType;
124 * @param userAttrType The userattr type of the rule (USERDN or GROUPDN)
130 private UserAttr(UserAttrType userAttrType, EnumBindRuleType type, argument
132 this.userAttrType=userAttrType;
152 UserAttrType userAttrType
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DUserAttr.java81 private UserAttrType userAttrType=null; field in class:UserAttr
110 * @param userAttrType The userattr type of the rule
114 private UserAttr(String attrStr, String attrVal, UserAttrType userAttrType, argument
118 this.userAttrType=userAttrType;
124 * @param userAttrType The userattr type of the rule (USERDN or GROUPDN)
130 private UserAttr(UserAttrType userAttrType, EnumBindRuleType type, argument
132 this.userAttrType=userAttrType;
152 UserAttrType userAttrType
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DUserAttr.java78 private UserAttrType userAttrType=null; field in class:UserAttr
103 * @param userAttrType The userattr type of the rule
107 private UserAttr(String attrStr, String attrVal, UserAttrType userAttrType, argument
111 this.userAttrType=userAttrType;
117 * @param userAttrType The userattr type of the rule (USERDN or GROUPDN)
123 private UserAttr(UserAttrType userAttrType, EnumBindRuleType type, argument
125 this.userAttrType=userAttrType;
145 UserAttrType userAttrType
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DUserAttr.java81 private UserAttrType userAttrType=null; field in class:UserAttr
110 * @param userAttrType The userattr type of the rule
114 private UserAttr(String attrStr, String attrVal, UserAttrType userAttrType, argument
118 this.userAttrType=userAttrType;
124 * @param userAttrType The userattr type of the rule (USERDN or GROUPDN)
130 private UserAttr(UserAttrType userAttrType, EnumBindRuleType type, argument
132 this.userAttrType=userAttrType;
152 UserAttrType userAttrType
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DUserAttr.java91 private UserAttrType userAttrType; field in class:UserAttr
105 * @param userAttrType The userattr type of the rule
109 private UserAttr(String attrStr, String attrVal, UserAttrType userAttrType, argument
113 this.userAttrType=userAttrType;
119 * @param userAttrType The userattr type of the rule (USERDN or GROUPDN)
125 private UserAttr(UserAttrType userAttrType, EnumBindRuleType type, argument
127 this.userAttrType=userAttrType;
147 UserAttrType userAttrType
[all...]

Completed in 70 milliseconds