[KEYCLOAK-4755] - Changing javadoc and license

This commit is contained in:
Pedro Igor 2017-04-13 15:59:02 -03:00
parent a415ea3670
commit ac6eb79b53
14 changed files with 26 additions and 37 deletions

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2016 Red Hat, Inc. and/or its affiliates * Copyright 2017 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags. * and other contributors as indicated by the @author tags.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@ -28,7 +28,7 @@ import org.openqa.selenium.support.FindBy;
/** /**
* *
* @author tkyjovsk * @author <a href="mailto:psilva@redhat.com">Pedro Igor</a>
*/ */
public class Authorization extends Client { public class Authorization extends Client {

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2016 Red Hat, Inc. and/or its affiliates * Copyright 2017 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags. * and other contributors as indicated by the @author tags.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@ -16,25 +16,14 @@
*/ */
package org.keycloak.testsuite.console.page.clients.authorization; package org.keycloak.testsuite.console.page.clients.authorization;
import static org.keycloak.testsuite.util.WaitUtils.pause;
import static org.keycloak.testsuite.util.WaitUtils.waitUntilElement;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.keycloak.representations.adapters.config.PolicyEnforcerConfig; import org.keycloak.representations.adapters.config.PolicyEnforcerConfig;
import org.keycloak.representations.idm.ClientRepresentation;
import org.keycloak.testsuite.console.page.clients.CreateClientForm;
import org.keycloak.testsuite.console.page.fragment.OnOffSwitch; import org.keycloak.testsuite.console.page.fragment.OnOffSwitch;
import org.keycloak.testsuite.page.Form; import org.keycloak.testsuite.page.Form;
import org.keycloak.testsuite.util.Timer;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.ui.Select; import org.openqa.selenium.support.ui.Select;
/** /**
* @author tkyjovsk * @author <a href="mailto:psilva@redhat.com">Pedro Igor</a>
*/ */
public class AuthorizationSettingsForm extends Form { public class AuthorizationSettingsForm extends Form {

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2016 Red Hat, Inc. and/or its affiliates * Copyright 2017 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags. * and other contributors as indicated by the @author tags.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@ -20,7 +20,7 @@ import org.keycloak.testsuite.page.Form;
import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.FindBy;
/** /**
* @author tkyjovsk * @author <a href="mailto:psilva@redhat.com">Pedro Igor</a>
*/ */
public class Permissions extends Form { public class Permissions extends Form {

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2016 Red Hat, Inc. and/or its affiliates * Copyright 2017 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags. * and other contributors as indicated by the @author tags.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@ -27,7 +27,7 @@ import org.openqa.selenium.WebElement;
/** /**
* *
* @author tkyjovsk * @author <a href="mailto:psilva@redhat.com">Pedro Igor</a>
*/ */
public class PermissionsTable extends DataTable { public class PermissionsTable extends DataTable {

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2016 Red Hat, Inc. and/or its affiliates * Copyright 2017 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags. * and other contributors as indicated by the @author tags.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@ -21,7 +21,7 @@ import org.keycloak.testsuite.page.Form;
import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.FindBy;
/** /**
* @author tkyjovsk * @author <a href="mailto:psilva@redhat.com">Pedro Igor</a>
*/ */
public class Policies extends Form { public class Policies extends Form {

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2016 Red Hat, Inc. and/or its affiliates * Copyright 2017 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags. * and other contributors as indicated by the @author tags.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@ -27,7 +27,7 @@ import org.openqa.selenium.WebElement;
/** /**
* *
* @author tkyjovsk * @author <a href="mailto:psilva@redhat.com">Pedro Igor</a>
*/ */
public class PoliciesTable extends DataTable { public class PoliciesTable extends DataTable {

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2016 Red Hat, Inc. and/or its affiliates * Copyright 2017 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags. * and other contributors as indicated by the @author tags.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2016 Red Hat, Inc. and/or its affiliates * Copyright 2017 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags. * and other contributors as indicated by the @author tags.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@ -32,7 +32,7 @@ import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.FindBy;
/** /**
* @author tkyjovsk * @author <a href="mailto:psilva@redhat.com">Pedro Igor</a>
*/ */
public class ResourceForm extends Form { public class ResourceForm extends Form {

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2016 Red Hat, Inc. and/or its affiliates * Copyright 2017 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags. * and other contributors as indicated by the @author tags.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@ -26,7 +26,7 @@ import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.FindBy;
/** /**
* @author tkyjovsk * @author <a href="mailto:psilva@redhat.com">Pedro Igor</a>
*/ */
public class Resources extends Form { public class Resources extends Form {

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2016 Red Hat, Inc. and/or its affiliates * Copyright 2017 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags. * and other contributors as indicated by the @author tags.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@ -28,7 +28,7 @@ import org.openqa.selenium.WebElement;
/** /**
* *
* @author tkyjovsk * @author <a href="mailto:psilva@redhat.com">Pedro Igor</a>
*/ */
public class ResourcesTable extends DataTable { public class ResourcesTable extends DataTable {

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2016 Red Hat, Inc. and/or its affiliates * Copyright 2017 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags. * and other contributors as indicated by the @author tags.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2016 Red Hat, Inc. and/or its affiliates * Copyright 2017 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags. * and other contributors as indicated by the @author tags.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@ -22,7 +22,7 @@ import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.FindBy;
/** /**
* @author tkyjovsk * @author <a href="mailto:psilva@redhat.com">Pedro Igor</a>
*/ */
public class ScopeForm extends Form { public class ScopeForm extends Form {

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2016 Red Hat, Inc. and/or its affiliates * Copyright 2017 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags. * and other contributors as indicated by the @author tags.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@ -25,7 +25,7 @@ import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.FindBy;
/** /**
* @author tkyjovsk * @author <a href="mailto:psilva@redhat.com">Pedro Igor</a>
*/ */
public class Scopes extends Form { public class Scopes extends Form {

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2016 Red Hat, Inc. and/or its affiliates * Copyright 2017 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags. * and other contributors as indicated by the @author tags.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@ -27,7 +27,7 @@ import org.openqa.selenium.WebElement;
/** /**
* *
* @author tkyjovsk * @author <a href="mailto:psilva@redhat.com">Pedro Igor</a>
*/ */
public class ScopesTable extends DataTable { public class ScopesTable extends DataTable {