Searched defs:matches (Results 1 - 25 of 173) sorted by relevance

1234567

/forgerock/opendj2/src/server/org/opends/server/admin/
H A DDefinitionResolver.java51 * the {@link #matches(AbstractManagedObjectDefinition)} method
62 * Determines whether or not the provided managed object definition matches
68 * definition matches this resolver's criteria.
70 boolean matches(AbstractManagedObjectDefinition<?, ?> d); method in interface:DefinitionResolver
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DDefinitionResolver.java52 * the {@link #matches(AbstractManagedObjectDefinition)} method
63 * Determines whether or not the provided managed object definition matches
69 * definition matches this resolver's criteria.
71 boolean matches(AbstractManagedObjectDefinition<?, ?> d); method in interface:DefinitionResolver
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DDefinitionResolver.java52 * the {@link #matches(AbstractManagedObjectDefinition)} method
63 * Determines whether or not the provided managed object definition matches
69 * definition matches this resolver's criteria.
71 boolean matches(AbstractManagedObjectDefinition<?, ?> d); method in interface:DefinitionResolver
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DDefinitionResolver.java51 * the {@link #matches(AbstractManagedObjectDefinition)} method
62 * Determines whether or not the provided managed object definition matches
68 * definition matches this resolver's criteria.
70 boolean matches(AbstractManagedObjectDefinition<?, ?> d); method in interface:DefinitionResolver
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DDefinitionResolver.java52 * the {@link #matches(AbstractManagedObjectDefinition)} method
63 * Determines whether or not the provided managed object definition matches
69 * definition matches this resolver's criteria.
71 boolean matches(AbstractManagedObjectDefinition<?, ?> d); method in interface:DefinitionResolver
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DDefinitionResolver.java51 * the {@link #matches(AbstractManagedObjectDefinition)} method
62 * Determines whether or not the provided managed object definition matches
68 * definition matches this resolver's criteria.
70 boolean matches(AbstractManagedObjectDefinition<?, ?> d); method in interface:DefinitionResolver
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DDefinitionResolver.java47 * the {@link #matches(AbstractManagedObjectDefinition)} method against each
57 * Determines whether or not the provided managed object definition matches
63 * definition matches this resolver's criteria.
65 boolean matches(AbstractManagedObjectDefinition<?, ?> d); method in interface:DefinitionResolver
/forgerock/opendj-b2.6/src/server/org/opends/server/core/networkgroups/
H A DANDConnectionCriteria.java42 * A connection criteria which matches connections if and only if all
72 public boolean matches(ClientConnection connection) method in class:ANDConnectionCriteria
76 if (!filter.matches(connection))
H A DAuthMethodConnectionCriteria.java44 * A connection criteria which matches connections authenticated using a
74 public boolean matches(ClientConnection connection) method in class:AuthMethodConnectionCriteria
H A DBindDNConnectionCriteria.java44 * A connection criteria which matches connections authenticated using a
109 public boolean matches(ClientConnection connection) method in class:BindDNConnectionCriteria
H A DConnectionCriteria.java56 public boolean matches(ClientConnection connection)
76 * A connection criteria which matches all connections.
85 public boolean matches(ClientConnection connection)
107 * Indicates whether or not the provided client connection matches
112 * @return <code>true</code> if the provided client connection matches
115 boolean matches(ClientConnection connection); method in interface:ConnectionCriteria
H A DIPConnectionCriteria.java43 * A connection criteria which matches connections coming from a allowed
78 public boolean matches(ClientConnection connection) method in class:IPConnectionCriteria
105 return matches(connection);
H A DProtocolConnectionCriteria.java43 * A connection criteria which matches connections which use a permitted
72 public boolean matches(ClientConnection connection) method in class:ProtocolConnectionCriteria
107 return matches(connection);
H A DSecurityConnectionCriteria.java38 * A connection criteria which matches connections which are secured
77 public boolean matches(ClientConnection connection) method in class:SecurityConnectionCriteria
/forgerock/opendj2/src/server/org/opends/server/core/networkgroups/
H A DANDConnectionCriteria.java41 * A connection criteria which matches connections if and only if all
71 public boolean matches(ClientConnection connection) method in class:ANDConnectionCriteria
75 if (!filter.matches(connection))
H A DAuthMethodConnectionCriteria.java43 * A connection criteria which matches connections authenticated using a
73 public boolean matches(ClientConnection connection) method in class:AuthMethodConnectionCriteria
H A DBindDNConnectionCriteria.java43 * A connection criteria which matches connections authenticated using a
108 public boolean matches(ClientConnection connection) method in class:BindDNConnectionCriteria
H A DConnectionCriteria.java55 public boolean matches(ClientConnection connection)
75 * A connection criteria which matches all connections.
84 public boolean matches(ClientConnection connection)
106 * Indicates whether or not the provided client connection matches
111 * @return <code>true</code> if the provided client connection matches
114 boolean matches(ClientConnection connection); method in interface:ConnectionCriteria
H A DIPConnectionCriteria.java42 * A connection criteria which matches connections coming from a allowed
77 public boolean matches(ClientConnection connection) method in class:IPConnectionCriteria
104 return matches(connection);
H A DProtocolConnectionCriteria.java42 * A connection criteria which matches connections which use a permitted
71 public boolean matches(ClientConnection connection) method in class:ProtocolConnectionCriteria
106 return matches(connection);
H A DSecurityConnectionCriteria.java37 * A connection criteria which matches connections which are secured
76 public boolean matches(ClientConnection connection) method in class:SecurityConnectionCriteria
/forgerock/opendj2.6.2/src/server/org/opends/server/core/networkgroups/
H A DANDConnectionCriteria.java42 * A connection criteria which matches connections if and only if all
72 public boolean matches(ClientConnection connection) method in class:ANDConnectionCriteria
76 if (!filter.matches(connection))
H A DAuthMethodConnectionCriteria.java44 * A connection criteria which matches connections authenticated using a
74 public boolean matches(ClientConnection connection) method in class:AuthMethodConnectionCriteria
H A DBindDNConnectionCriteria.java44 * A connection criteria which matches connections authenticated using a
109 public boolean matches(ClientConnection connection) method in class:BindDNConnectionCriteria
H A DConnectionCriteria.java56 public boolean matches(ClientConnection connection)
76 * A connection criteria which matches all connections.
85 public boolean matches(ClientConnection connection)
107 * Indicates whether or not the provided client connection matches
112 * @return <code>true</code> if the provided client connection matches
115 boolean matches(ClientConnection connection); method in interface:ConnectionCriteria

Completed in 139 milliseconds

1234567