Searched defs:type (Results 176 - 200 of 1214) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupDescriptor.java55 private Type type; field in class:BackupDescriptor
65 * @param type the type of backup.
68 public BackupDescriptor(File path, Date creationDate, Type type, String id) argument
72 this.type = type;
85 this.type = info.isIncremental() ? Type.INCREMENTAL : Type.FULL;
109 * Returns the type of the backup.
110 * @return the type of the backup.
114 return type;
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/event/
H A DBrowserEvent.java72 private Type type; field in class:BrowserEvent
77 * @param id the type of the event.
81 this.type = id;
85 * Returns the type of event.
86 * @return the type of event.
89 return type;
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DAdministratorAction.java50 * Specifies the type of administrator action which must be
89 // The user-friendly name of the type.
119 // The type of administration action.
120 private final Type type; field in class:AdministratorAction
127 * @param type
128 * The type of this administration action.
136 public AdministratorAction(Type type, argument
138 this.type = type;
184 * Gets the type o
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DDNS.java62 * The enumeration representing the bind rule type of the DNS rule.
64 private EnumBindRuleType type=null; field in class:DNS
81 * @param type An enumeration representing the bind rule type.
83 DNS(LinkedList<String> patterns, EnumBindRuleType type) { argument
85 this.type=type;
91 * @param type An enumeration representing the bind rule type.
96 public static DNS decode(String expr, EnumBindRuleType type) argument
[all...]
H A DEnumEvalResult.java57 * Create a new enumeration type for the specified result value.
67 * type is examined to see if the result needs to be flipped (type equals
69 * @param type The bind rule type enumeration of the bind rule.
72 * the undefined field and the bind rule type enumeration.
74 public EnumEvalResult getRet(EnumBindRuleType type, boolean undefined) { argument
77 if(type.equals(EnumBindRuleType.NOT_EQUAL_BINDRULE_TYPE))
H A DGroupDN.java55 * Enumeration representing the groupdn operator type.
57 private EnumBindRuleType type=null; field in class:GroupDN
69 * @param type An enumeration representing the bind rule type.
72 private GroupDN(EnumBindRuleType type, LinkedList<DN> groupDNs ) { argument
74 this.type=type;
80 * @param type An enumeration of the type of the bind rule.
85 public static KeywordBindRule decode(String expr, EnumBindRuleType type) argument
[all...]
H A DPatternRDN.java59 * The set of attribute type patterns.
83 * @param type The attribute type pattern.
88 public PatternRDN(String type, ArrayList<ByteString> valuePattern, argument
93 if (type.contains("*"))
95 if (!type.equals("*"))
106 typePatterns = new String[] { type };
114 * @param type The attribute type pattern.
118 * @return <CODE>true</CODE> if the type
122 addValue(String type, ArrayList<ByteString> valuePattern, String dnString) argument
260 matchValuePattern(List<ByteString> pattern, AttributeType type, AttributeValue value) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DMatchedValuesControl.java195 * control matches the provided attribute type/value.
197 * @param type The attribute type with which the value is associated.
204 public boolean valueMatches(AttributeType type, AttributeValue value) argument
210 if (f.valueMatches(type, value))
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DAttrHistorical.java78 * Create a new object from a provided attribute type. Historical is empty.
80 * @param type the provided attribute type.
84 AttributeType type)
86 if (type.isSingleValue())
83 createAttributeHistorical( AttributeType type) argument
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java36 * type to use when we connect to a server.
41 private Type type; field in class:PreferredConnection
43 * The type of the connection.
64 * @param type the type of connection to be used to connect (required to
67 public PreferredConnection(String ldapUrl, Type type) argument
70 this.type = type;
83 * Returns the type of the connection.
84 * @return the type o
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupDescriptor.java55 private Type type; field in class:BackupDescriptor
65 * @param type the type of backup.
68 public BackupDescriptor(File path, Date creationDate, Type type, String id) argument
72 this.type = type;
85 this.type = info.isIncremental() ? Type.INCREMENTAL : Type.FULL;
109 * Returns the type of the backup.
110 * @return the type of the backup.
114 return type;
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/event/
H A DBrowserEvent.java72 private Type type; field in class:BrowserEvent
77 * @param id the type of the event.
81 this.type = id;
85 * Returns the type of event.
86 * @return the type of event.
89 return type;
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java37 * type to use when we connect to a server.
42 private Type type; field in class:PreferredConnection
44 * The type of the connection.
65 * @param type the type of connection to be used to connect (required to
68 public PreferredConnection(String ldapUrl, Type type) argument
71 this.type = type;
84 * Returns the type of the connection.
85 * @return the type o
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupDescriptor.java54 private Type type; field in class:BackupDescriptor
64 * @param type the type of backup.
67 public BackupDescriptor(File path, Date creationDate, Type type, String id) argument
71 this.type = type;
84 this.type = info.isIncremental() ? Type.INCREMENTAL : Type.FULL;
108 * Returns the type of the backup.
109 * @return the type of the backup.
113 return type;
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DBrowserEvent.java71 private Type type; field in class:BrowserEvent
76 * @param id the type of the event.
80 this.type = id;
84 * Returns the type of event.
85 * @return the type of event.
88 return type;
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/
H A DPreferredConnection.java36 * type to use when we connect to a server.
41 private Type type; field in class:PreferredConnection
43 * The type of the connection.
64 * @param type the type of connection to be used to connect (required to
67 public PreferredConnection(String ldapUrl, Type type) argument
70 this.type = type;
83 * Returns the type of the connection.
84 * @return the type o
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupDescriptor.java55 private Type type; field in class:BackupDescriptor
65 * @param type the type of backup.
68 public BackupDescriptor(File path, Date creationDate, Type type, String id) argument
72 this.type = type;
85 this.type = info.isIncremental() ? Type.INCREMENTAL : Type.FULL;
109 * Returns the type of the backup.
110 * @return the type of the backup.
114 return type;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DMatchedValuesControl.java195 * control matches the provided attribute type/value.
197 * @param type The attribute type with which the value is associated.
204 public boolean valueMatches(AttributeType type, AttributeValue value) argument
210 if (f.valueMatches(type, value))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DAttrHistorical.java78 * Create a new object from a provided attribute type. Historical is empty.
80 * @param type the provided attribute type.
84 AttributeType type)
86 if (type.isSingleValue())
83 createAttributeHistorical( AttributeType type) argument
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DAdministratorAction.java49 * Specifies the type of administrator action which must be
88 // The user-friendly name of the type.
118 // The type of administration action.
119 private final Type type; field in class:AdministratorAction
126 * @param type
127 * The type of this administration action.
135 public AdministratorAction(Type type, argument
137 this.type = type;
183 * Gets the type o
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DDNS.java58 /** The enumeration representing the bind rule type of the DNS rule. */
59 private EnumBindRuleType type=null; field in class:DNS
72 * @param type An enumeration representing the bind rule type.
74 DNS(List<String> patterns, EnumBindRuleType type) { argument
76 this.type=type;
82 * @param type An enumeration representing the bind rule type.
87 public static DNS decode(String expr, EnumBindRuleType type) argument
[all...]
H A DEnumEvalResult.java56 * Create a new enumeration type for the specified result value.
66 * type is examined to see if the result needs to be flipped (type equals
68 * @param type The bind rule type enumeration of the bind rule.
71 * the undefined field and the bind rule type enumeration.
73 public EnumEvalResult getRet(EnumBindRuleType type, boolean undefined) { argument
76 if(type.equals(EnumBindRuleType.NOT_EQUAL_BINDRULE_TYPE))
H A DGroupDN.java51 /** Enumeration representing the groupdn operator type. */
52 private EnumBindRuleType type=null; field in class:GroupDN
64 * @param type An enumeration representing the bind rule type.
67 private GroupDN(EnumBindRuleType type, List<DN> groupDNs ) { argument
69 this.type=type;
75 * @param type An enumeration of the type of the bind rule.
80 public static KeywordBindRule decode(String expr, EnumBindRuleType type) argument
[all...]
H A DPatternRDN.java58 * The set of attribute type patterns.
82 * @param type The attribute type pattern.
87 public PatternRDN(String type, ArrayList<ByteString> valuePattern, argument
92 if (type.contains("*"))
94 if (!type.equals("*"))
105 typePatterns = new String[] { type };
113 * @param type The attribute type pattern.
117 * @return <CODE>true</CODE> if the type
121 addValue(String type, ArrayList<ByteString> valuePattern, String dnString) argument
259 matchValuePattern(List<ByteString> pattern, AttributeType type, AttributeValue value) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DMatchedValuesControl.java194 * control matches the provided attribute type/value.
196 * @param type The attribute type with which the value is associated.
203 public boolean valueMatches(AttributeType type, AttributeValue value) argument
209 if (f.valueMatches(type, value))

Completed in 558 milliseconds

1234567891011>>