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

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DTimeOfDay.java52 * @param timeVal The time value to check for (0-2359).
55 private TimeOfDay(int timeVal, EnumBindRuleType type) { argument
56 this.timeRef=timeVal;
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DTimeOfDay.java57 * @param timeVal The time value to check for (0-2359).
60 private TimeOfDay(int timeVal, EnumBindRuleType type) { argument
61 this.timeRef=timeVal;
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DTimeOfDay.java57 * @param timeVal The time value to check for (0-2359).
60 private TimeOfDay(int timeVal, EnumBindRuleType type) { argument
61 this.timeRef=timeVal;
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTimeOfDay.java52 * @param timeVal The time value to check for (0-2359).
55 private TimeOfDay(int timeVal, EnumBindRuleType type) { argument
56 this.timeRef=timeVal;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTimeOfDay.java57 * @param timeVal The time value to check for (0-2359).
60 private TimeOfDay(int timeVal, EnumBindRuleType type) { argument
61 this.timeRef=timeVal;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DTimeOfDay.java52 * @param timeVal The time value to check for (0-2359).
55 private TimeOfDay(int timeVal, EnumBindRuleType type) { argument
56 this.timeRef=timeVal;

Completed in 105 milliseconds