-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2725 from jlawyerorg/feature/o365-mfa
Feature/o365 mfa
- Loading branch information
Showing
32 changed files
with
5,098 additions
and
358 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
234 changes: 132 additions & 102 deletions
234
j-lawyer-client/src/com/jdimension/jlawyer/client/configuration/MailboxSetupDialog.form
Large diffs are not rendered by default.
Oops, something went wrong.
283 changes: 159 additions & 124 deletions
283
j-lawyer-client/src/com/jdimension/jlawyer/client/configuration/MailboxSetupDialog.java
Large diffs are not rendered by default.
Oops, something went wrong.
138 changes: 138 additions & 0 deletions
138
j-lawyer-client/src/com/jdimension/jlawyer/client/configuration/O365OAuthCouplingDialog.form
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,138 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
|
||
<Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JDialogFormInfo"> | ||
<Properties> | ||
<Property name="defaultCloseOperation" type="int" value="2"/> | ||
</Properties> | ||
<SyntheticProperties> | ||
<SyntheticProperty name="formSizePolicy" type="int" value="1"/> | ||
<SyntheticProperty name="generateCenter" type="boolean" value="false"/> | ||
</SyntheticProperties> | ||
<AuxValues> | ||
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> | ||
<AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> | ||
<AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> | ||
<AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> | ||
<AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> | ||
<AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> | ||
<AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> | ||
<AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> | ||
<AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> | ||
</AuxValues> | ||
|
||
<Layout> | ||
<DimensionLayout dim="0"> | ||
<Group type="103" groupAlignment="0" attributes="0"> | ||
<Group type="102" attributes="0"> | ||
<EmptySpace max="-2" attributes="0"/> | ||
<Group type="103" groupAlignment="0" attributes="0"> | ||
<Component id="progress" max="32767" attributes="0"/> | ||
<Group type="102" attributes="0"> | ||
<Component id="jLabel1" min="-2" max="-2" attributes="0"/> | ||
<EmptySpace min="0" pref="0" max="32767" attributes="0"/> | ||
</Group> | ||
<Group type="102" alignment="1" attributes="0"> | ||
<Group type="103" groupAlignment="0" attributes="0"> | ||
<Component id="txtUrl" max="32767" attributes="0"/> | ||
<Component id="txtCode" max="32767" attributes="0"/> | ||
</Group> | ||
<EmptySpace max="-2" attributes="0"/> | ||
<Group type="103" groupAlignment="0" max="-2" attributes="0"> | ||
<Component id="cmdCopy" max="32767" attributes="0"/> | ||
<Component id="cmdUrl" max="32767" attributes="0"/> | ||
</Group> | ||
</Group> | ||
<Group type="102" alignment="1" attributes="0"> | ||
<EmptySpace min="0" pref="0" max="32767" attributes="0"/> | ||
<Group type="103" groupAlignment="0" attributes="0"> | ||
<Component id="cmdCancelPolling" alignment="1" min="-2" max="-2" attributes="0"/> | ||
<Component id="cmdOk" alignment="1" min="-2" max="-2" attributes="0"/> | ||
</Group> | ||
</Group> | ||
</Group> | ||
<EmptySpace max="-2" attributes="0"/> | ||
</Group> | ||
</Group> | ||
</DimensionLayout> | ||
<DimensionLayout dim="1"> | ||
<Group type="103" groupAlignment="0" attributes="0"> | ||
<Group type="102" alignment="0" attributes="0"> | ||
<EmptySpace max="-2" attributes="0"/> | ||
<Component id="jLabel1" min="-2" max="-2" attributes="0"/> | ||
<EmptySpace type="unrelated" max="-2" attributes="0"/> | ||
<Group type="103" groupAlignment="3" attributes="0"> | ||
<Component id="txtUrl" alignment="3" min="-2" max="-2" attributes="0"/> | ||
<Component id="cmdUrl" alignment="3" min="-2" max="-2" attributes="0"/> | ||
</Group> | ||
<EmptySpace max="-2" attributes="0"/> | ||
<Group type="103" groupAlignment="0" max="-2" attributes="0"> | ||
<Component id="txtCode" max="32767" attributes="0"/> | ||
<Component id="cmdCopy" max="32767" attributes="0"/> | ||
</Group> | ||
<EmptySpace type="unrelated" max="-2" attributes="0"/> | ||
<Component id="progress" min="-2" max="-2" attributes="0"/> | ||
<EmptySpace max="-2" attributes="0"/> | ||
<Component id="cmdCancelPolling" min="-2" max="-2" attributes="0"/> | ||
<EmptySpace type="separate" max="-2" attributes="0"/> | ||
<Component id="cmdOk" min="-2" max="-2" attributes="0"/> | ||
<EmptySpace max="32767" attributes="0"/> | ||
</Group> | ||
</Group> | ||
</DimensionLayout> | ||
</Layout> | ||
<SubComponents> | ||
<Component class="javax.swing.JTextField" name="txtUrl"> | ||
</Component> | ||
<Component class="javax.swing.JButton" name="cmdUrl"> | ||
<Properties> | ||
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> | ||
<Image iconType="3" name="/icons16/web.png"/> | ||
</Property> | ||
<Property name="toolTipText" type="java.lang.String" value="Link im Browser öffnen"/> | ||
</Properties> | ||
<Events> | ||
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cmdUrlActionPerformed"/> | ||
</Events> | ||
</Component> | ||
<Component class="javax.swing.JTextField" name="txtCode"> | ||
</Component> | ||
<Component class="javax.swing.JButton" name="cmdCopy"> | ||
<Properties> | ||
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> | ||
<Image iconType="3" name="/icons16/editpaste.png"/> | ||
</Property> | ||
<Property name="toolTipText" type="java.lang.String" value="Code in Zwischenablage kopieren"/> | ||
</Properties> | ||
<Events> | ||
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cmdCopyActionPerformed"/> | ||
</Events> | ||
</Component> | ||
<Component class="javax.swing.JProgressBar" name="progress"> | ||
<Properties> | ||
<Property name="string" type="java.lang.String" value=" "/> | ||
<Property name="stringPainted" type="boolean" value="true"/> | ||
</Properties> | ||
</Component> | ||
<Component class="javax.swing.JButton" name="cmdCancelPolling"> | ||
<Properties> | ||
<Property name="text" type="java.lang.String" value="Abbrechen"/> | ||
</Properties> | ||
</Component> | ||
<Component class="javax.swing.JButton" name="cmdOk"> | ||
<Properties> | ||
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> | ||
<Image iconType="3" name="/icons/agt_action_success.png"/> | ||
</Property> | ||
<Property name="text" type="java.lang.String" value="Schliessen"/> | ||
</Properties> | ||
<Events> | ||
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cmdOkActionPerformed"/> | ||
</Events> | ||
</Component> | ||
<Component class="javax.swing.JLabel" name="jLabel1"> | ||
<Properties> | ||
<Property name="text" type="java.lang.String" value="Öffnen Sie den untenstehenden Link und geben Sie den Code ein."/> | ||
</Properties> | ||
</Component> | ||
</SubComponents> | ||
</Form> |
Oops, something went wrong.