OAuthForm.java (apache-openmeetings-6.1.0-src) | : | OAuthForm.java (apache-openmeetings-6.2.0-src) | ||
---|---|---|---|---|
skipping to change at line 23 | skipping to change at line 23 | |||
* software distributed under the License is distributed on an | * software distributed under the License is distributed on an | |||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | |||
* KIND, either express or implied. See the License for the | * KIND, either express or implied. See the License for the | |||
* specific language governing permissions and limitations | * specific language governing permissions and limitations | |||
* under the License. | * under the License. | |||
*/ | */ | |||
package org.apache.openmeetings.web.admin.oauth; | package org.apache.openmeetings.web.admin.oauth; | |||
import static org.apache.openmeetings.web.app.UserManager.getRedirectUri; | import static org.apache.openmeetings.web.app.UserManager.getRedirectUri; | |||
import static org.apache.openmeetings.web.app.WebSession.getUserId; | import static org.apache.openmeetings.web.app.WebSession.getUserId; | |||
import static org.apache.openmeetings.web.common.confirmation.ConfirmationBehavi or.newOkCancelDangerConfirm; | import static org.apache.openmeetings.web.common.confirmation.ConfirmationHelper .newOkCancelDangerConfirm; | |||
import java.util.AbstractMap.SimpleEntry; | import java.util.AbstractMap.SimpleEntry; | |||
import java.util.ArrayList; | import java.util.ArrayList; | |||
import java.util.List; | import java.util.List; | |||
import java.util.Map; | import java.util.Map; | |||
import java.util.stream.Collectors; | import java.util.stream.Collectors; | |||
import org.apache.openmeetings.db.dao.server.OAuth2Dao; | import org.apache.openmeetings.db.dao.server.OAuth2Dao; | |||
import org.apache.openmeetings.db.entity.server.OAuthServer; | import org.apache.openmeetings.db.entity.server.OAuthServer; | |||
import org.apache.openmeetings.db.entity.server.OAuthServer.RequestInfoMethod; | import org.apache.openmeetings.db.entity.server.OAuthServer.RequestInfoMethod; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |