Searched refs:table (Results 1 - 25 of 582) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSArtifactStats.java39 private Map table; field in class:FSArtifactStats
45 * @param table Map of artifact and assertion id
49 public FSArtifactStats(Map table, String realm, String providerId) { argument
50 this.table = table;
56 * Prints the number of artifacts in the table for a provider when the
60 if (table.size() != 0 ) {
62 "Number of artifact in table for provider " +
63 providerId + " under realm " + realm + " : " + table.size());
66 "No artifact found in table fo
[all...]
H A DFSAssertionStats.java39 private Map table; field in class:FSAssertionStats
45 * @param table Map of assertion ID and <code>Assertion.Entry</code> object
49 public FSAssertionStats(Map table, String realm, String providerId) { argument
50 this.table = table;
56 * Prints number of assertions in the table for a provider when the
60 if (table.size() != 0 ) {
62 "Number of assertion in table for provider " + providerId +
63 " under realm " + realm + " : " + table.size());
66 "No assertion found in table fo
[all...]
H A DFSSessionMapStats.java39 private Map table; field in class:FSSessionMapStats
46 * @param table a map whose statistics to be run
52 Map table, String name, String realm, String providerId)
54 this.table = table;
64 if (table.size() != 0 ) {
66 + " table for provider " + providerId + " in realm "
67 + realm + " : " + table.size());
70 + " table for provider " + providerId
51 FSSessionMapStats( Map table, String name, String realm, String providerId) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSArtifactStats.java39 private Map table; field in class:FSArtifactStats
45 * @param table Map of artifact and assertion id
49 public FSArtifactStats(Map table, String realm, String providerId) { argument
50 this.table = table;
56 * Prints the number of artifacts in the table for a provider when the
60 if (table.size() != 0 ) {
62 "Number of artifact in table for provider " +
63 providerId + " under realm " + realm + " : " + table.size());
66 "No artifact found in table fo
[all...]
H A DFSAssertionStats.java39 private Map table; field in class:FSAssertionStats
45 * @param table Map of assertion ID and <code>Assertion.Entry</code> object
49 public FSAssertionStats(Map table, String realm, String providerId) { argument
50 this.table = table;
56 * Prints number of assertions in the table for a provider when the
60 if (table.size() != 0 ) {
62 "Number of assertion in table for provider " + providerId +
63 " under realm " + realm + " : " + table.size());
66 "No assertion found in table fo
[all...]
H A DFSSessionMapStats.java39 private Map table; field in class:FSSessionMapStats
46 * @param table a map whose statistics to be run
52 Map table, String name, String realm, String providerId)
54 this.table = table;
64 if (table.size() != 0 ) {
66 + " table for provider " + providerId + " in realm "
67 + realm + " : " + table.size());
70 + " table for provider " + providerId
51 FSSessionMapStats( Map table, String name, String realm, String providerId) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/util/table/
H A DTablePrinter.java27 package org.opends.server.util.table;
32 * An interface for incrementally configuring a table serializer. Once
33 * configured, the table printer can be used to create a new
40 * Creates a new abstract table printer.
49 * Creates a new table serializer based on the configuration of this
50 * table printer.
52 * @return Returns a new table serializer based on the configuration
53 * of this table printer.
/forgerock/opendj2/src/server/org/opends/server/util/table/
H A DTablePrinter.java26 package org.opends.server.util.table;
31 * An interface for incrementally configuring a table serializer. Once
32 * configured, the table printer can be used to create a new
39 * Creates a new abstract table printer.
48 * Creates a new table serializer based on the configuration of this
49 * table printer.
51 * @return Returns a new table serializer based on the configuration
52 * of this table printer.
/forgerock/opendj2.6.2/src/server/org/opends/server/util/table/
H A DTablePrinter.java27 package org.opends.server.util.table;
32 * An interface for incrementally configuring a table serializer. Once
33 * configured, the table printer can be used to create a new
40 * Creates a new abstract table printer.
49 * Creates a new table serializer based on the configuration of this
50 * table printer.
52 * @return Returns a new table serializer based on the configuration
53 * of this table printer.
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/table/
H A DTablePrinter.java27 package org.opends.server.util.table;
32 * An interface for incrementally configuring a table serializer. Once
33 * configured, the table printer can be used to create a new
40 * Creates a new abstract table printer.
49 * Creates a new table serializer based on the configuration of this
50 * table printer.
52 * @return Returns a new table serializer based on the configuration
53 * of this table printer.
/forgerock/opendj2-hg/src/server/org/opends/server/util/table/
H A DTablePrinter.java26 package org.opends.server.util.table;
31 * An interface for incrementally configuring a table serializer. Once
32 * configured, the table printer can be used to create a new
39 * Creates a new abstract table printer.
48 * Creates a new table serializer based on the configuration of this
49 * table printer.
51 * @return Returns a new table serializer based on the configuration
52 * of this table printer.
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DSelectableTableCellRenderer.java41 * A table cell renderer that updates the rendering of the cells when the user
42 * moves the mouse over the table. This is done to provide a visual hint that
43 * the table can be selected.
66 * Sets the table that will be rendered by this renderer.
67 * @param table the table to be rendered.
69 public void setTable(final JTable table) argument
79 table.repaint();
97 table.repaint();
105 if (ev.getSource() == table)
143 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
155 updateComponent(Component comp, JTable table, int row, int column, boolean isSelected) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DSelectableTableCellRenderer.java40 * A table cell renderer that updates the rendering of the cells when the user
41 * moves the mouse over the table. This is done to provide a visual hint that
42 * the table can be selected.
65 * Sets the table that will be rendered by this renderer.
66 * @param table the table to be rendered.
68 public void setTable(final JTable table) argument
78 table.repaint();
96 table.repaint();
104 if (ev.getSource() == table)
142 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
154 updateComponent(Component comp, JTable table, int row, int column, boolean isSelected) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DSelectableTableCellRenderer.java41 * A table cell renderer that updates the rendering of the cells when the user
42 * moves the mouse over the table. This is done to provide a visual hint that
43 * the table can be selected.
66 * Sets the table that will be rendered by this renderer.
67 * @param table the table to be rendered.
69 public void setTable(final JTable table) argument
79 table.repaint();
97 table.repaint();
105 if (ev.getSource() == table)
143 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
155 updateComponent(Component comp, JTable table, int row, int column, boolean isSelected) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DSelectableTableCellRenderer.java40 * A table cell renderer that updates the rendering of the cells when the user
41 * moves the mouse over the table. This is done to provide a visual hint that
42 * the table can be selected.
65 * Sets the table that will be rendered by this renderer.
66 * @param table the table to be rendered.
68 public void setTable(final JTable table) argument
78 table.repaint();
96 table.repaint();
104 if (ev.getSource() == table)
142 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
154 updateComponent(Component comp, JTable table, int row, int column, boolean isSelected) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DSelectableTableCellRenderer.java41 * A table cell renderer that updates the rendering of the cells when the user
42 * moves the mouse over the table. This is done to provide a visual hint that
43 * the table can be selected.
66 * Sets the table that will be rendered by this renderer.
67 * @param table the table to be rendered.
69 public void setTable(final JTable table) argument
79 table.repaint();
97 table.repaint();
105 if (ev.getSource() == table)
143 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
155 updateComponent(Component comp, JTable table, int row, int column, boolean isSelected) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/renderer/
H A DSelectableTableCellRenderer.java41 * A table cell renderer that updates the rendering of the cells when the user
42 * moves the mouse over the table. This is done to provide a visual hint that
43 * the table can be selected.
66 * Sets the table that will be rendered by this renderer.
67 * @param table the table to be rendered.
69 public void setTable(final JTable table) argument
78 table.repaint();
94 table.repaint();
101 if (ev.getSource() == table)
136 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
145 updateComponent(Component comp, JTable table, int row, int column, boolean isSelected) argument
[all...]
/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/
H A DSQLBuilder.java38 * renders table joins as part of the where clause. Abstract so database implementations may subclass
74 * Renders a table with an option alias.
77 final String table; field in class:SQLBuilder.Table
80 Table(String table, String alias) { argument
81 this.table = table;
86 return table + (alias != null ? " " + alias : "");
91 * Models the type of table join.
109 * Models/renders a table join.
113 final Table table; field in class:SQLBuilder.Join
125 Join(SQLBuilder builder, JoinType type, String table, String alias) argument
140 Join(SQLBuilder builder, JoinType type, Table table, Clause clause) argument
210 from(String table) argument
221 from(String table, String alias) argument
232 leftJoin(String table) argument
243 leftJoin(String table, String alias) argument
253 rightJoin(String table) argument
264 rightJoin(String table, String alias) argument
274 join(String table) argument
285 join(String table, String alias) argument
297 join(JoinType type, String table, String alias) argument
[all...]
/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/
H A DIdentityHashSet.java18 /** The hash table data. */
19 private Object table[]; field in class:IdentityHashSet
21 /** The total number of mappings in the hash table. */
25 * The table is rehashed when its size exceeds this threshold. (The
36 table = new Object[initialCapacity];
41 Object tab[] = table;
62 // create a new table first.
64 int oldCapacity = table.length;
65 Object oldMap[] = table;
81 table
[all...]
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DIdentityHashSet.java18 /** The hash table data. */
19 private Object table[]; field in class:IdentityHashSet
21 /** The total number of mappings in the hash table. */
25 * The table is rehashed when its size exceeds this threshold. (The
36 table = new Object[initialCapacity];
41 Object tab[] = table;
62 // create a new table first.
64 int oldCapacity = table.length;
65 Object oldMap[] = table;
81 table
[all...]
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DIdentityHashSet.java18 /** The hash table data. */
19 private Object table[]; field in class:IdentityHashSet
21 /** The total number of mappings in the hash table. */
25 * The table is rehashed when its size exceeds this threshold. (The
36 table = new Object[initialCapacity];
41 Object tab[] = table;
62 // create a new table first.
64 int oldCapacity = table.length;
65 Object oldMap[] = table;
81 table
[all...]
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DIdentityHashSet.java18 /** The hash table data. */
19 private Object table[]; field in class:IdentityHashSet
21 /** The total number of mappings in the hash table. */
25 * The table is rehashed when its size exceeds this threshold. (The
36 table = new Object[initialCapacity];
41 Object tab[] = table;
62 // create a new table first.
64 int oldCapacity = table.length;
65 Object oldMap[] = table;
81 table
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DIdentityHashSet.java18 /** The hash table data. */
19 private Object table[]; field in class:IdentityHashSet
21 /** The total number of mappings in the hash table. */
25 * The table is rehashed when its size exceeds this threshold. (The
36 table = new Object[initialCapacity];
41 Object tab[] = table;
62 // create a new table first.
64 int oldCapacity = table.length;
65 Object oldMap[] = table;
81 table
[all...]
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DIdentityHashSet.java18 /** The hash table data. */
19 private Object table[]; field in class:IdentityHashSet
21 /** The total number of mappings in the hash table. */
25 * The table is rehashed when its size exceeds this threshold. (The
36 table = new Object[initialCapacity];
41 Object tab[] = table;
62 // create a new table first.
64 int oldCapacity = table.length;
65 Object oldMap[] = table;
81 table
[all...]
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DIdentityHashSet.java18 /** The hash table data. */
19 private Object table[]; field in class:IdentityHashSet
21 /** The total number of mappings in the hash table. */
25 * The table is rehashed when its size exceeds this threshold. (The
36 table = new Object[initialCapacity];
41 Object tab[] = table;
62 // create a new table first.
64 int oldCapacity = table.length;
65 Object oldMap[] = table;
81 table
[all...]

Completed in 122 milliseconds

1234567891011>>