| | |
| | | * |
| | | * |
| | | * Copyright 2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2013-2014 ForgeRock AS |
| | | * Portions Copyright 2013-2015 ForgeRock AS |
| | | */ |
| | | package org.opends.server.authorization.dseecompat; |
| | | |
| | |
| | | public class DayOfWeek implements KeywordBindRule { |
| | | |
| | | /** List containing the enumeration of the day of the week. */ |
| | | private List<EnumDayOfWeek> days = null; |
| | | private List<EnumDayOfWeek> days; |
| | | |
| | | /** Enumeration representing the bind rule operation type. */ |
| | | private EnumBindRuleType type=null; |
| | | private EnumBindRuleType type; |
| | | |
| | | /** |
| | | * Create a class representing a dayofweek bind rule keyword. |