Searched refs:scope (Results 1 - 25 of 684) sorted by relevance

1234567891011>>

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DDebugLogPublisher.java64 * Construct a default configuration where the global scope will
99 * for the scope.
163 * Adds a trace settings to the current set for a specified scope.
164 * If a scope is not specified, the settings will be set for the
165 * global scope. The global scope settings are used when no other
166 * scope matches.
168 * @param scope The scope for which to set the trace settings.
171 * global scope
174 addTraceSettings(String scope, TraceSettings settings) argument
202 hasTraceSettings(String scope) argument
240 removeTraceSettings(String scope) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/internal/
H A DRequests.java62 * scope, and filter.
67 * @param scope
68 * The scope of the search.
76 * If the {@code name}, {@code scope}, or {@code filter} were
79 public static SearchRequest newSearchRequest(final DN name, final SearchScope scope, argument
82 Reject.ifNull(name, scope, filter);
83 final SearchRequest request = new SearchRequest(name, scope, filter);
92 * scope, and filter, decoded using the default schema.
97 * @param scope
98 * The scope o
116 newSearchRequest(final String name, final SearchScope scope, final String filter, final String... attributeDescriptions) argument
144 newSearchRequest(final String name, final SearchScope scope, final String filter) argument
163 newSearchRequest(final DN name, final SearchScope scope, final String filter) argument
178 newSearchRequest(final DN name, final SearchScope scope) argument
[all...]
H A DSearchRequest.java52 private SearchScope scope; field in class:SearchRequest
62 * @param scope
63 * the search scope
67 SearchRequest(final DN name, final SearchScope scope, final SearchFilter filter) { argument
69 this.scope = scope;
145 * @return the search scope
149 return scope;
169 return sizeLimit == 1 || SearchScope.BASE_OBJECT.equals(scope);
265 * @param scope th
269 setScope(final SearchScope scope) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DVLVIndexDescriptor.java43 private final SearchScope scope; field in class:VLVIndexDescriptor
57 * @param scope
58 * the scope of the search indexed by the VLV index.
64 public VLVIndexDescriptor(String name, BackendDescriptor backend, DN baseDN, SearchScope scope, String filter, argument
69 this.scope = scope;
109 * Returns the scope of the search indexed by the VLV index.
111 * @return the scope of the search indexed by the VLV index.
115 return scope;
171 hashCode = (getName()+baseDN+scope
183 getBackendVLVIndexScope(final SearchScope scope) argument
210 toSearchScope(final BackendVLVIndexCfgDefn.Scope scope) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/api/
H A DDebugLogPublisher.java72 * Construct a default configuration where the global scope will
107 * for the scope.
169 * Adds a trace settings to the current set for a specified scope.
170 * If a scope is not specified, the settings will be set for the
171 * global scope. The global scope settings are used when no other
172 * scope matches.
174 * @param scope The scope for which to set the trace settings.
177 * global scope
180 addTraceSettings(String scope, TraceSettings settings) argument
214 getTraceSettings(String scope) argument
264 removeTraceSettings(String scope) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DDebugLogPublisher.java73 * Construct a default configuration where the global scope will
108 * for the scope.
170 * Adds a trace settings to the current set for a specified scope.
171 * If a scope is not specified, the settings will be set for the
172 * global scope. The global scope settings are used when no other
173 * scope matches.
175 * @param scope The scope for which to set the trace settings.
178 * global scope
181 addTraceSettings(String scope, TraceSettings settings) argument
215 getTraceSettings(String scope) argument
265 removeTraceSettings(String scope) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DDebugLogPublisher.java73 * Construct a default configuration where the global scope will
108 * for the scope.
170 * Adds a trace settings to the current set for a specified scope.
171 * If a scope is not specified, the settings will be set for the
172 * global scope. The global scope settings are used when no other
173 * scope matches.
175 * @param scope The scope for which to set the trace settings.
178 * global scope
181 addTraceSettings(String scope, TraceSettings settings) argument
215 getTraceSettings(String scope) argument
265 removeTraceSettings(String scope) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DDebugLogPublisher.java72 * Construct a default configuration where the global scope will
107 * for the scope.
169 * Adds a trace settings to the current set for a specified scope.
170 * If a scope is not specified, the settings will be set for the
171 * global scope. The global scope settings are used when no other
172 * scope matches.
174 * @param scope The scope for which to set the trace settings.
177 * global scope
180 addTraceSettings(String scope, TraceSettings settings) argument
214 getTraceSettings(String scope) argument
264 removeTraceSettings(String scope) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DDebugLogPublisher.java73 * Construct a default configuration where the global scope will
108 * for the scope.
170 * Adds a trace settings to the current set for a specified scope.
171 * If a scope is not specified, the settings will be set for the
172 * global scope. The global scope settings are used when no other
173 * scope matches.
175 * @param scope The scope for which to set the trace settings.
178 * global scope
181 addTraceSettings(String scope, TraceSettings settings) argument
215 getTraceSettings(String scope) argument
265 removeTraceSettings(String scope) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DIDynamicMembership.java78 * Sets the search scope used to evaluate this dynamic group.
80 * @param scope Search scope for evaluating members of the group. Use one of
86 public void setSearchScope(int scope); argument
89 * Gets the search scope used to evaluate this dynamic group.
91 * @return search scope for evaluating members of the group
H A DSearchControl.java67 * Search scope for one level. You use this search scope in getting
68 * immediate children of a container. This is the default search scope in
70 * SearchControl.setSearchScope to override the default search scope in
78 * Search scope for subtree level. This scope is used as the default search
79 * scope in the search API. One can use SearchControl.setSearchScope to
80 * override the default search scope in search methods.
87 * Search scope for just this object.
246 * Sets the search scope i
253 setSearchScope(int scope) argument
[all...]
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DPolicy.java80 // Scripts.newInstance will copy the scope variables from action
126 Map<String, Object> scope = new HashMap<String, Object>();
128 scope.put("recon", recon);
133 scope.put("sourceAction", (syncOperation instanceof ObjectMapping.SourceSyncOperation));
134 scope.put("linkQualifier", linkQualifier);
136 scope.put("source", source.asMap());
139 scope.put("target", target.asMap());
142 return ReconAction.valueOf(script.exec(scope).toString());
172 Map<String, Object> scope = new HashMap<String, Object>();
173 scope
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DIDynamicMembership.java78 * Sets the search scope used to evaluate this dynamic group.
80 * @param scope Search scope for evaluating members of the group. Use one of
86 public void setSearchScope(int scope); argument
89 * Gets the search scope used to evaluate this dynamic group.
91 * @return search scope for evaluating members of the group
H A DSearchControl.java67 * Search scope for one level. You use this search scope in getting
68 * immediate children of a container. This is the default search scope in
70 * SearchControl.setSearchScope to override the default search scope in
78 * Search scope for subtree level. This scope is used as the default search
79 * scope in the search API. One can use SearchControl.setSearchScope to
80 * override the default search scope in search methods.
87 * Search scope for just this object.
246 * Sets the search scope i
253 setSearchScope(int scope) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DLDAPSearchOptions.java107 * Set the search scope .
109 * @param scope The search scope string.
113 * @return <CODE>true</CODE> if the scope was set properly, or
117 public boolean setSearchScope(String scope, PrintStream err) argument
119 if(scope == null)
123 else if(scope.equalsIgnoreCase("base"))
126 } else if(scope.equalsIgnoreCase("one"))
129 } else if (scope.equalsIgnoreCase("sub"))
132 } else if (scope
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DLDAPSearchOptions.java106 * Set the search scope .
108 * @param scope The search scope string.
112 * @return <CODE>true</CODE> if the scope was set properly, or
116 public boolean setSearchScope(String scope, PrintStream err) argument
118 if(scope == null)
122 else if(scope.equalsIgnoreCase("base"))
125 } else if(scope.equalsIgnoreCase("one"))
128 } else if (scope.equalsIgnoreCase("sub"))
131 } else if (scope
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DLDAPSearchOptions.java107 * Set the search scope .
109 * @param scope The search scope string.
113 * @return <CODE>true</CODE> if the scope was set properly, or
117 public boolean setSearchScope(String scope, PrintStream err) argument
119 if(scope == null)
123 else if(scope.equalsIgnoreCase("base"))
126 } else if(scope.equalsIgnoreCase("one"))
129 } else if (scope.equalsIgnoreCase("sub"))
132 } else if (scope
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DLDAPSearchOptions.java107 * Set the search scope .
109 * @param scope The search scope string.
113 * @return <CODE>true</CODE> if the scope was set properly, or
117 public boolean setSearchScope(String scope, PrintStream err) argument
119 if(scope == null)
123 else if(scope.equalsIgnoreCase("base"))
126 } else if(scope.equalsIgnoreCase("one"))
129 } else if (scope.equalsIgnoreCase("sub"))
132 } else if (scope
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DLDAPSearchOptions.java106 * Set the search scope .
108 * @param scope The search scope string.
112 * @return <CODE>true</CODE> if the scope was set properly, or
116 public boolean setSearchScope(String scope, PrintStream err) argument
118 if(scope == null)
122 else if(scope.equalsIgnoreCase("base"))
125 } else if(scope.equalsIgnoreCase("one"))
128 } else if (scope.equalsIgnoreCase("sub"))
131 } else if (scope
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DLDAPSearchOptions.java106 * Set the search scope .
108 * @param scope The search scope string.
112 * @return <CODE>true</CODE> if the scope was set properly, or
116 public boolean setSearchScope(String scope, PrintStream err) argument
118 if(scope == null)
122 else if(scope.equalsIgnoreCase("base"))
125 } else if(scope.equalsIgnoreCase("one"))
128 } else if (scope.equalsIgnoreCase("sub"))
131 } else if (scope
[all...]
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/factories/
H A DScriptContextScope.java31 * Rhino scope that is backed by the given ScriptContext instance. Variables are looked up in the given JSR 223
32 * script context configured scopes in the scope order defined by the context.
41 * Constructs the scope backed by the given JSR 223 script context.
67 * Indexed variables are not supported by this scope.
79 int scope = scriptContext.getAttributesScope(name);
80 if (scope != SCOPE_NOT_FOUND) {
81 final Object result = scriptContext.getAttribute(name, scope);
89 * Indexed variables are not supported by this scope.
101 int scope = scriptContext.getAttributesScope(name);
102 if (scope
[all...]
H A DRhinoScriptEngine.java74 final Scriptable scope = getScope(context, scriptContext);
77 result = context.evaluateReader(scope, reader, filename, 1, null);
105 final Scriptable scope = getScope(context, scriptContext);
106 result = compiledScript.exec(context, scope);
133 * {@link javax.script.ScriptEngine#FILENAME} attribute in either the script context engine scope bindings, or in
189 * Builds a Rhino variable scope that includes all of the scopes defined in the given script context as well as
193 * @param context the Rhino context to build the scope for.
195 * @return a Rhino scope containing the given ScriptContext bindings and standard Rhino top-level bindings.
198 final Scriptable scope = new ScriptContextScope(scriptContext);
200 scope
[all...]
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/factories/
H A DScriptContextScope.java31 * Rhino scope that is backed by the given ScriptContext instance. Variables are looked up in the given JSR 223
32 * script context configured scopes in the scope order defined by the context.
41 * Constructs the scope backed by the given JSR 223 script context.
67 * Indexed variables are not supported by this scope.
79 int scope = scriptContext.getAttributesScope(name);
80 if (scope != SCOPE_NOT_FOUND) {
81 final Object result = scriptContext.getAttribute(name, scope);
89 * Indexed variables are not supported by this scope.
101 int scope = scriptContext.getAttributesScope(name);
102 if (scope
[all...]
H A DRhinoScriptEngine.java74 final Scriptable scope = getScope(context, scriptContext);
77 result = context.evaluateReader(scope, reader, filename, 1, null);
105 final Scriptable scope = getScope(context, scriptContext);
106 result = compiledScript.exec(context, scope);
133 * {@link javax.script.ScriptEngine#FILENAME} attribute in either the script context engine scope bindings, or in
189 * Builds a Rhino variable scope that includes all of the scopes defined in the given script context as well as
193 * @param context the Rhino context to build the scope for.
195 * @return a Rhino scope containing the given ScriptContext bindings and standard Rhino top-level bindings.
198 final Scriptable scope = new ScriptContextScope(scriptContext);
200 scope
[all...]
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DStatelessTokenMetadata.java40 private Set<String> scope; field in class:StatelessTokenMetadata
46 String clientId, Set<String> scope, String realm, String name, String grantType) {
52 this.scope = scope;
79 return scope;
45 StatelessTokenMetadata(String id, String resourceOwnerId, long expiryTime, String grantId, String clientId, Set<String> scope, String realm, String name, String grantType) argument

Completed in 138 milliseconds

1234567891011>>