| /forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/exceptions/ |
| H A D | InvalidClientException.java | 43 protected InvalidClientException(final int statusCode, final String title, final String message) { argument 44 super(statusCode, title, message);
|
| /forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/exceptions/ |
| H A D | InvalidClientException.java | 43 protected InvalidClientException(final int statusCode, final String title, final String message) { argument 44 super(statusCode, title, message);
|
| /forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/ |
| H A D | ErrorPanel.java | 46 private Message title; field in class:ErrorPanel 49 * @param title the title to be displayed in the dialog. 52 public ErrorPanel(Message title, Collection<Message> errors) argument 55 this.title = title; 64 return title; 84 updateErrorPane(errorPane, title, ColorAndFontConstants.errorTitleFont,
|
| /forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
| H A D | TitlePanel.java | 52 private Message title; field in class:TitlePanel 57 * @param title the title of the panel. 60 public TitlePanel(Message title, Message details) argument 66 mb.append(title); 77 this.title = title; 82 * Sets the title of this panel. 83 * @param title the title o 85 setTitle(Message title) argument [all...] |
| /forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/ |
| H A D | ErrorPanel.java | 45 private Message title; field in class:ErrorPanel 48 * @param title the title to be displayed in the dialog. 51 public ErrorPanel(Message title, Collection<Message> errors) argument 54 this.title = title; 63 return title; 83 updateErrorPane(errorPane, title, ColorAndFontConstants.errorTitleFont,
|
| /forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
| H A D | TitlePanel.java | 51 private Message title; field in class:TitlePanel 56 * @param title the title of the panel. 59 public TitlePanel(Message title, Message details) argument 65 mb.append(title); 76 this.title = title; 81 * Sets the title of this panel. 82 * @param title the title o 84 setTitle(Message title) argument [all...] |
| /forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/ |
| H A D | ErrorPanel.java | 46 private Message title; field in class:ErrorPanel 49 * @param title the title to be displayed in the dialog. 52 public ErrorPanel(Message title, Collection<Message> errors) argument 55 this.title = title; 64 return title; 84 updateErrorPane(errorPane, title, ColorAndFontConstants.errorTitleFont,
|
| /forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
| H A D | TitlePanel.java | 52 private Message title; field in class:TitlePanel 57 * @param title the title of the panel. 60 public TitlePanel(Message title, Message details) argument 66 mb.append(title); 77 this.title = title; 82 * Sets the title of this panel. 83 * @param title the title o 85 setTitle(Message title) argument [all...] |
| /forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/ |
| H A D | ErrorPanel.java | 45 private Message title; field in class:ErrorPanel 48 * @param title the title to be displayed in the dialog. 51 public ErrorPanel(Message title, Collection<Message> errors) argument 54 this.title = title; 63 return title; 83 updateErrorPane(errorPane, title, ColorAndFontConstants.errorTitleFont,
|
| /forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
| H A D | TitlePanel.java | 51 private Message title; field in class:TitlePanel 56 * @param title the title of the panel. 59 public TitlePanel(Message title, Message details) argument 65 mb.append(title); 76 this.title = title; 81 * Sets the title of this panel. 82 * @param title the title o 84 setTitle(Message title) argument [all...] |
| /forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/ |
| H A D | ErrorPanel.java | 46 private Message title; field in class:ErrorPanel 49 * @param title the title to be displayed in the dialog. 52 public ErrorPanel(Message title, Collection<Message> errors) argument 55 this.title = title; 64 return title; 84 updateErrorPane(errorPane, title, ColorAndFontConstants.errorTitleFont,
|
| /forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
| H A D | TitlePanel.java | 52 private Message title; field in class:TitlePanel 57 * @param title the title of the panel. 60 public TitlePanel(Message title, Message details) argument 66 mb.append(title); 77 this.title = title; 82 * Sets the title of this panel. 83 * @param title the title o 85 setTitle(Message title) argument [all...] |
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/ |
| H A D | ErrorPanel.java | 46 private LocalizableMessage title; field in class:ErrorPanel 49 * @param title the title to be displayed in the dialog. 52 public ErrorPanel(LocalizableMessage title, Collection<LocalizableMessage> errors) argument 55 this.title = title; 62 return title; 82 updateErrorPane(errorPane, title, ColorAndFontConstants.errorTitleFont,
|
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/ |
| H A D | TitlePanel.java | 52 private LocalizableMessage title; field in class:TitlePanel 57 * @param title the title of the panel. 60 public TitlePanel(LocalizableMessage title, LocalizableMessage details) argument 66 mb.append(title); 77 this.title = title; 82 * Sets the title of this panel. 83 * @param title the title o 85 setTitle(LocalizableMessage title) argument [all...] |
| /forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/utils/ |
| H A D | NotificationFactory.java | 44 * @param title Non null title of the notification. 49 public Notification generatePending(Context context, int requestCode, String title, String message, Intent intent) { argument 54 .setContentTitle(title)
|
| /forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/realm/ |
| H A D | RealmPropertiesBase.java | 116 * Get the name of the current realm and add it to the title of the 119 protected void setPageTitle(AMModel model, String title) { argument 135 model.getLocalizedString(title), (Object[])tmp)); 176 return getBackButtonLabel("page.title.back.realms");
|
| /forgerock/openam-v13/openam-examples/openam-example-clientsdk-cli/src/main/java/com/sun/identity/samples/clientsdk/idrepo/ |
| H A D | IdRepoSampleGetSpecialIds.java | 148 private void processSpecialIdentity (Map isrMap, Set isrSet, String title) argument 150 printMap (isrMap, title + " (" + isrMap.size() +")"); 153 "Hit <return> to continue display of " + title + ": "); 156 System.out.println (title + ":"); 180 System.out.println ("No " + title); 192 private void printMap (Map theMap, String title) argument 195 System.out.println ("Null Map of " + title); 197 System.out.println ("Map of " + title + " is empty"); 200 System.out.println (title);
|
| /forgerock/openam/openam-console/src/main/java/com/sun/identity/console/realm/ |
| H A D | RealmPropertiesBase.java | 116 * Get the name of the current realm and add it to the title of the 119 protected void setPageTitle(AMModel model, String title) { argument 135 model.getLocalizedString(title), (Object[])tmp)); 176 return getBackButtonLabel("page.title.back.realms");
|
| /forgerock/openam/openam-examples/openam-example-clientsdk-cli/src/main/java/com/sun/identity/samples/clientsdk/idrepo/ |
| H A D | IdRepoSampleGetSpecialIds.java | 148 private void processSpecialIdentity (Map isrMap, Set isrSet, String title) argument 150 printMap (isrMap, title + " (" + isrMap.size() +")"); 153 "Hit <return> to continue display of " + title + ": "); 156 System.out.println (title + ":"); 180 System.out.println ("No " + title); 192 private void printMap (Map theMap, String title) argument 195 System.out.println ("Null Map of " + title); 197 System.out.println ("Map of " + title + " is empty"); 200 System.out.println (title);
|
| /forgerock/openam/openam-test-utils/src/main/java/org/forgerock/openam/test/apidescriptor/ |
| H A D | ApiAssertions.java | 43 static void assertI18nTitle(String title, Class<?> annotatedClass) { argument 44 if (!title.startsWith(TRANSLATION_KEY_PREFIX)) { 45 fail("Title \"" + title + "\" must start with \"" + TRANSLATION_KEY_PREFIX + "\""); 47 assertThatResourceBundleEntryExists(title, annotatedClass);
|
| /forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ |
| H A D | CliUserInteraction.java | 73 Message title, MessageType type, Message[] options, 75 return confirm(summary, details, null, title, type, options, def, null); 82 Message title, MessageType type, Message[] options, 72 confirm(Message summary, Message details, Message title, MessageType type, Message[] options, Message def) argument 81 confirm(Message summary, Message details, Message fineDetails, Message title, MessageType type, Message[] options, Message def, Message viewDetailsOption) argument
|
| H A D | UserInteraction.java | 67 * @param title of the prompt if any 75 Message title, MessageType type, 88 * @param title of the prompt if any 98 Message title, MessageType type, Message[] options, 74 confirm(Message summary, Message detail, Message title, MessageType type, Message[] options, Message def) argument 97 confirm(Message summary, Message detail, Message fineDetails, Message title, MessageType type, Message[] options, Message def, Message viewDetailsOption) argument
|
| /forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/ |
| H A D | Utilities.java | 143 * @param title 144 * the title of the dialog. 149 Message title) 152 parent, wrapMsg(String.valueOf(msg), 100), String.valueOf(title), 157 null); // default button title 167 * @param title 168 * the title for the dialog. 170 public static void displayError(Component parent, Message msg, Message title) argument 174 String.valueOf(title), JOptionPane.ERROR_MESSAGE); 184 * @param title 148 displayConfirmation(Component parent, Message msg, Message title) argument 187 displayInformationMessage(JFrame parent, Message msg, Message title) argument [all...] |
| /forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ |
| H A D | CliUserInteraction.java | 74 Message title, MessageType type, Message[] options, 76 return confirm(summary, details, null, title, type, options, def, null); 83 Message title, MessageType type, Message[] options, 73 confirm(Message summary, Message details, Message title, MessageType type, Message[] options, Message def) argument 82 confirm(Message summary, Message details, Message fineDetails, Message title, MessageType type, Message[] options, Message def, Message viewDetailsOption) argument
|
| H A D | UserInteraction.java | 68 * @param title of the prompt if any 76 Message title, MessageType type, 89 * @param title of the prompt if any 99 Message title, MessageType type, Message[] options, 75 confirm(Message summary, Message detail, Message title, MessageType type, Message[] options, Message def) argument 98 confirm(Message summary, Message detail, Message fineDetails, Message title, MessageType type, Message[] options, Message def, Message viewDetailsOption) argument
|