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

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DTimeOfDay.java37 public class TimeOfDay implements KeywordBindRule { class in inherits:KeywordBindRule
55 private TimeOfDay(int timeVal, EnumBindRuleType type) { method in class:TimeOfDay
64 * @return A TimeOfDay class representing the expression.
67 public static TimeOfDay decode(String expr, EnumBindRuleType type)
88 return new TimeOfDay(valueAsInt, type);
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DTimeOfDay.java38 public class TimeOfDay implements KeywordBindRule { class in inherits:KeywordBindRule
60 private TimeOfDay(int timeVal, EnumBindRuleType type) { method in class:TimeOfDay
69 * @return A TimeOfDay class representing the expression.
72 public static TimeOfDay decode(String expr, EnumBindRuleType type)
93 return new TimeOfDay(valueAsInt, type);
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DTimeOfDay.java38 public class TimeOfDay implements KeywordBindRule { class in inherits:KeywordBindRule
60 private TimeOfDay(int timeVal, EnumBindRuleType type) { method in class:TimeOfDay
69 * @return A TimeOfDay class representing the expression.
72 public static TimeOfDay decode(String expr, EnumBindRuleType type)
93 return new TimeOfDay(valueAsInt, type);
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTimeOfDay.java37 public class TimeOfDay implements KeywordBindRule { class in inherits:KeywordBindRule
55 private TimeOfDay(int timeVal, EnumBindRuleType type) { method in class:TimeOfDay
64 * @return A TimeOfDay class representing the expression.
67 public static TimeOfDay decode(String expr, EnumBindRuleType type)
88 return new TimeOfDay(valueAsInt, type);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTimeOfDay.java38 public class TimeOfDay implements KeywordBindRule { class in inherits:KeywordBindRule
60 private TimeOfDay(int timeVal, EnumBindRuleType type) { method in class:TimeOfDay
69 * @return A TimeOfDay class representing the expression.
72 public static TimeOfDay decode(String expr, EnumBindRuleType type)
93 return new TimeOfDay(valueAsInt, type);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DTimeOfDay.java37 public class TimeOfDay implements KeywordBindRule { class in inherits:KeywordBindRule
55 private TimeOfDay(int timeVal, EnumBindRuleType type) { method in class:TimeOfDay
64 * @return A TimeOfDay class representing the expression.
67 public static TimeOfDay decode(String expr, EnumBindRuleType type)
88 return new TimeOfDay(valueAsInt, type);

Completed in 1013 milliseconds