Searched defs:descriptor (Results 1 - 25 of 86) sorted by relevance

1234

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaCache.java59 * Returns the standard metadata entity descriptor under the realm from
70 EntityDescriptorElement descriptor =
74 cacheKey + ", found = " + (descriptor != null));
76 return descriptor;
80 * Adds the standard metadata entity descriptor under the realm to cache.
83 * @param descriptor <code>EntityDescriptorElement</code> for the entity.
86 EntityDescriptorElement descriptor)
89 if (descriptor != null) {
94 descriptorCache.put(cacheKey, descriptor);
85 putEntityDescriptor(String realm, String entityId, EntityDescriptorElement descriptor) argument
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/rest/router/
H A DApiRouteMatcher.java76 public <D> D transformApi(D descriptor, ApiProducer<D> producer) { argument
77 return descriptor;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaCache.java59 * Returns the standard metadata entity descriptor under the realm from
70 EntityDescriptorElement descriptor =
74 cacheKey + ", found = " + (descriptor != null));
76 return descriptor;
80 * Adds the standard metadata entity descriptor under the realm to cache.
83 * @param descriptor <code>EntityDescriptorElement</code> for the entity.
86 EntityDescriptorElement descriptor)
89 if (descriptor != null) {
94 descriptorCache.put(cacheKey, descriptor);
85 putEntityDescriptor(String realm, String entityId, EntityDescriptorElement descriptor) argument
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DCurrentStepPanel.java212 * @param descriptor the descriptor of the Application progress.
214 public void displayProgress(ProgressDescriptor descriptor) argument
218 getPanel(s).displayProgress(descriptor);
H A DProgressPanel.java204 public void displayProgress(ProgressDescriptor descriptor) argument
206 ProgressStep status = descriptor.getProgressStep();
208 String.valueOf(descriptor.getProgressBarMsg()),
222 Integer v = descriptor.getProgressBarRatio();
228 lastText = descriptor.getDetailsMsg();
H A DQuickSetupDialog.java178 * @param descriptor the descriptor of the Installation progress.
180 public void displayProgress(ProgressDescriptor descriptor) argument
182 getCurrentStepPanel().displayProgress(descriptor);
183 ProgressStep status = descriptor.getProgressStep();
H A DQuickSetupStepPanel.java133 * @param descriptor the descriptor of the Installation progress.
135 public void displayProgress(ProgressDescriptor descriptor) argument
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DCurrentStepPanel.java231 * @param descriptor the descriptor of the Application progress.
233 public void displayProgress(ProgressDescriptor descriptor) argument
237 getPanel(s).displayProgress(descriptor);
H A DProgressPanel.java205 public void displayProgress(ProgressDescriptor descriptor) argument
207 ProgressStep status = descriptor.getProgressStep();
209 String.valueOf(descriptor.getProgressBarMsg()),
223 Integer v = descriptor.getProgressBarRatio();
229 lastText = descriptor.getDetailsMsg();
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DCurrentStepPanel.java231 * @param descriptor the descriptor of the Application progress.
233 public void displayProgress(ProgressDescriptor descriptor) argument
237 getPanel(s).displayProgress(descriptor);
H A DProgressPanel.java205 public void displayProgress(ProgressDescriptor descriptor) argument
207 ProgressStep status = descriptor.getProgressStep();
209 String.valueOf(descriptor.getProgressBarMsg()),
223 Integer v = descriptor.getProgressBarRatio();
229 lastText = descriptor.getDetailsMsg();
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DCurrentStepPanel.java212 * @param descriptor the descriptor of the Application progress.
214 public void displayProgress(ProgressDescriptor descriptor) argument
218 getPanel(s).displayProgress(descriptor);
H A DProgressPanel.java204 public void displayProgress(ProgressDescriptor descriptor) argument
206 ProgressStep status = descriptor.getProgressStep();
208 String.valueOf(descriptor.getProgressBarMsg()),
222 Integer v = descriptor.getProgressBarRatio();
228 lastText = descriptor.getDetailsMsg();
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DCurrentStepPanel.java231 * @param descriptor the descriptor of the Application progress.
233 public void displayProgress(ProgressDescriptor descriptor) argument
237 getPanel(s).displayProgress(descriptor);
H A DProgressPanel.java205 public void displayProgress(ProgressDescriptor descriptor) argument
207 ProgressStep status = descriptor.getProgressStep();
209 String.valueOf(descriptor.getProgressBarMsg()),
223 Integer v = descriptor.getProgressBarRatio();
229 lastText = descriptor.getDetailsMsg();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DCurrentStepPanel.java211 * @param descriptor the descriptor of the Application progress.
213 public void displayProgress(ProgressDescriptor descriptor) argument
217 getPanel(s).displayProgress(descriptor);
H A DProgressPanel.java191 public void displayProgress(ProgressDescriptor descriptor) argument
193 ProgressStep status = descriptor.getProgressStep();
195 String.valueOf(descriptor.getProgressBarMsg()),
209 Integer v = descriptor.getProgressBarRatio();
215 lastText = descriptor.getDetailsMsg();
/forgerock/openam/openam-audit/openam-audit-core/src/main/java/org/forgerock/openam/audit/
H A DDefaultAuditServiceProxy.java45 import org.forgerock.services.descriptor.Describable;
77 private final ApiDescription descriptor; field in class:DefaultAuditServiceProxy
91 this.descriptor = apiDescription()
157 return descriptor;
162 return descriptor;
/forgerock/opendj2/src/messages/src/org/opends/messages/
H A DMessage.java160 private final MessageDescriptor descriptor; field in class:Message
183 String fmt = descriptor.getFormatString(locale);
184 if (descriptor.requiresFormatter()) {
240 * Gets the descriptor that holds descriptive information
245 return this.descriptor;
413 formatter.format(l, descriptor.getFormatString(l), args);
421 * @param descriptor for this message
425 Message(MessageDescriptor descriptor, Object... args) { argument
426 this.descriptor = descriptor;
[all...]
/forgerock/opendj-b2.6/src/messages/src/org/opends/messages/
H A DMessage.java161 private final MessageDescriptor descriptor; field in class:Message
184 String fmt = descriptor.getFormatString(locale);
185 if (descriptor.requiresFormatter()) {
241 * Gets the descriptor that holds descriptive information
246 return this.descriptor;
414 formatter.format(l, descriptor.getFormatString(l), args);
422 * @param descriptor for this message
426 Message(MessageDescriptor descriptor, Object... args) { argument
427 this.descriptor = descriptor;
[all...]
/forgerock/opendj2.6.2/src/messages/src/org/opends/messages/
H A DMessage.java161 private final MessageDescriptor descriptor; field in class:Message
184 String fmt = descriptor.getFormatString(locale);
185 if (descriptor.requiresFormatter()) {
241 * Gets the descriptor that holds descriptive information
246 return this.descriptor;
414 formatter.format(l, descriptor.getFormatString(l), args);
422 * @param descriptor for this message
426 Message(MessageDescriptor descriptor, Object... args) { argument
427 this.descriptor = descriptor;
[all...]
/forgerock/opendj2-hg/src/messages/src/org/opends/messages/
H A DMessage.java160 private final MessageDescriptor descriptor; field in class:Message
183 String fmt = descriptor.getFormatString(locale);
184 if (descriptor.requiresFormatter()) {
240 * Gets the descriptor that holds descriptive information
245 return this.descriptor;
413 formatter.format(l, descriptor.getFormatString(l), args);
421 * @param descriptor for this message
425 Message(MessageDescriptor descriptor, Object... args) { argument
426 this.descriptor = descriptor;
[all...]
/forgerock/opendj2-jel-hg/src/messages/src/org/opends/messages/
H A DMessage.java161 private final MessageDescriptor descriptor; field in class:Message
184 String fmt = descriptor.getFormatString(locale);
185 if (descriptor.requiresFormatter()) {
241 * Gets the descriptor that holds descriptive information
246 return this.descriptor;
414 formatter.format(l, descriptor.getFormatString(l), args);
422 * @param descriptor for this message
426 Message(MessageDescriptor descriptor, Object... args) { argument
427 this.descriptor = descriptor;
[all...]
/forgerock/openam/openam-selfservice/src/main/java/org/forgerock/openam/selfservice/
H A DSelfServiceRequestHandler.java63 import org.forgerock.services.descriptor.Describable;
89 private final ApiDescription descriptor; field in class:SelfServiceRequestHandler
112 this.descriptor = apiDescription()
205 return descriptor;
210 return descriptor;
/forgerock/openam/openam-audit/openam-audit-rest/src/main/java/org/forgerock/openam/audit/rest/
H A DRealmAuditRequestHandler.java53 import org.forgerock.services.descriptor.Describable;
80 private final ApiDescription descriptor; field in class:RealmAuditRequestHandler
92 this.descriptor = apiDescription()
158 return descriptor;
163 return descriptor;

Completed in 89 milliseconds

1234