Alessandro Pieve 2016-09-29 14:19:42 +00:00
parent a690458420
commit c263180840
8 changed files with 5 additions and 75 deletions

74
pom.xml
View File

@ -72,39 +72,28 @@
</dependencies> </dependencies>
</profile> </profile>
</profiles> </profiles>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.gcube.resources.discovery</groupId> <groupId>org.gcube.resources.discovery</groupId>
<artifactId>ic-client</artifactId> <artifactId>ic-client</artifactId>
</dependency> </dependency>
<!-- GWT --> <!-- GWT -->
<dependency> <dependency>
<groupId>com.google.gwt</groupId> <groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId> <artifactId>gwt-user</artifactId>
<version>${gwtVersion}</version><!--$NO-MVN-MAN-VER$ --> <version>${gwtVersion}</version><!--$NO-MVN-MAN-VER$ -->
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.gwt</groupId> <groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId> <artifactId>gwt-servlet</artifactId>
<version>${gwtVersion}</version><!--$NO-MVN-MAN-VER$ --> <version>${gwtVersion}</version><!--$NO-MVN-MAN-VER$ -->
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.github.gwtbootstrap</groupId> <groupId>com.github.gwtbootstrap</groupId>
<artifactId>gwt-bootstrap</artifactId> <artifactId>gwt-bootstrap</artifactId>
<!-- <version>2.3.2.0</version> --> <!-- <version>2.3.2.0</version> -->
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.portlets.widgets</groupId> <groupId>org.gcube.portlets.widgets</groupId>
<artifactId>callout-tour</artifactId> <artifactId>callout-tour</artifactId>
@ -116,18 +105,12 @@
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<!-- Portlet --> <!-- Portlet -->
<dependency> <dependency>
<groupId>javax.portlet</groupId> <groupId>javax.portlet</groupId>
<artifactId>portlet-api</artifactId> <artifactId>portlet-api</artifactId>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- PORTAL --> <!-- PORTAL -->
<dependency> <dependency>
<groupId>org.gcube.core</groupId> <groupId>org.gcube.core</groupId>
@ -135,53 +118,30 @@
<!-- <version>[1.0.2-SNAPSHOT,2.0.0-SNAPSHOT)</version> --> <!-- <version>[1.0.2-SNAPSHOT,2.0.0-SNAPSHOT)</version> -->
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.portal</groupId> <groupId>org.gcube.portal</groupId>
<artifactId>custom-portal-handler</artifactId> <artifactId>custom-portal-handler</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.applicationsupportlayer</groupId> <groupId>org.gcube.applicationsupportlayer</groupId>
<artifactId>aslcore</artifactId> <artifactId>aslcore</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.applicationsupportlayer</groupId> <groupId>org.gcube.applicationsupportlayer</groupId>
<artifactId>accesslogger</artifactId> <artifactId>accesslogger</artifactId>
</dependency> </dependency>
<!-- GCube Widgets --> <!-- GCube Widgets -->
<dependency> <dependency>
<groupId>org.gcube.portlets.user</groupId> <groupId>org.gcube.portlets.user</groupId>
<artifactId>gcube-widgets</artifactId> <artifactId>gcube-widgets</artifactId>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<!-- Session Checker --> <!-- Session Checker -->
<dependency> <dependency>
<groupId>org.gcube.portlets.widgets</groupId> <groupId>org.gcube.portlets.widgets</groupId>
<artifactId>session-checker</artifactId> <artifactId>session-checker</artifactId>
<version>[0.2.0-SNAPSHOT,1.0.0-SNAPSHOT)</version> <version>[0.2.0-SNAPSHOT,1.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<!-- LOGGING <dependency> <groupId>com.allen-sauer.gwt.log</groupId> <artifactId>gwt-log</artifactId>
<version>${gwtLogVersion}</version> </dependency> -->
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId> <artifactId>slf4j-api</artifactId>
@ -192,22 +152,11 @@
<artifactId>slf4j-log4j12</artifactId> <artifactId>slf4j-log4j12</artifactId>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.dvos</groupId> <groupId>org.gcube.dvos</groupId>
<artifactId>usermanagement-core</artifactId> <artifactId>usermanagement-core</artifactId>
<!-- <version>2.0.0-SNAPSHOT</version> --> <!-- <version>2.0.0-SNAPSHOT</version> -->
</dependency> </dependency>
<!-- JUnit TEST --> <!-- JUnit TEST -->
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
@ -215,7 +164,6 @@
<version>4.8.1</version> <version>4.8.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<!-- Authorization Client --> <!-- Authorization Client -->
<dependency> <dependency>
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>
@ -228,11 +176,7 @@
<scope> compile</scope> <scope> compile</scope>
</dependency> </dependency>
<!-- End Authorization Client --> <!-- End Authorization Client -->
</dependencies> </dependencies>
<build> <build>
<!-- Generate compiled stuff in the folder used for developing mode --> <!-- Generate compiled stuff in the folder used for developing mode -->
<outputDirectory>${webappDirectory}/WEB-INF/classes</outputDirectory> <outputDirectory>${webappDirectory}/WEB-INF/classes</outputDirectory>
@ -255,9 +199,7 @@
<execution> <execution>
<configuration> <configuration>
<extraJvmArgs>-Xmx1024M -Xss1024k -Dgwt.compiler.localWorkers=1</extraJvmArgs> <extraJvmArgs>-Xmx1024M -Xss1024k -Dgwt.compiler.localWorkers=1</extraJvmArgs>
<superDevMode>false</superDevMode>
<superDevMode>false</superDevMode>
</configuration> </configuration>
<goals> <goals>
<goal>compile</goal> <goal>compile</goal>
@ -273,7 +215,6 @@
</compileSourcesArtifacts> --> </compileSourcesArtifacts> -->
</configuration> </configuration>
</plugin> </plugin>
<!-- Copy static web files before executing gwt:run --> <!-- Copy static web files before executing gwt:run -->
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
@ -295,7 +236,6 @@
</resource> </webResources> --> </resource> </webResources> -->
</configuration> </configuration>
</plugin> </plugin>
<!-- Maven Surefire Plugin for Test --> <!-- Maven Surefire Plugin for Test -->
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
@ -312,12 +252,9 @@
</dependency> </dependency>
</dependencies> </dependencies>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId> <artifactId>maven-assembly-plugin</artifactId>
<configuration> <configuration>
<descriptors> <descriptors>
<descriptor>${distroDirectory}/descriptor.xml</descriptor> <descriptor>${distroDirectory}/descriptor.xml</descriptor>
@ -334,10 +271,7 @@
</executions> </executions>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
@ -349,8 +283,4 @@
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
</project> </project>

View File

@ -44,7 +44,7 @@
<b:FluidRow> <b:FluidRow>
<b:Column size="12"> <b:Column size="12">
<g:FlowPanel styleName="{style.panel_text}"> <g:FlowPanel styleName="{style.panel_text}">
<b:ControlLabel>Type Caller</b:ControlLabel> <b:ControlLabel>Caller Type</b:ControlLabel>
<b:ListBox ui:field="l_select_type_caller"> <b:ListBox ui:field="l_select_type_caller">
<g:item>All</g:item> <g:item>All</g:item>
<g:item>Role</g:item> <g:item>Role</g:item>

View File

@ -164,7 +164,7 @@ public class PolicyAddDialog extends WindowBox {
tourAddDialogPolicy.setShowPrevButton(true); tourAddDialogPolicy.setShowPrevButton(true);
if (!this.modifyPolicy){ if (!this.modifyPolicy){
TourStep firstStep = new TourStep(Placement.RIGHT, "idAddCallerPolicy"); TourStep firstStep = new TourStep(Placement.RIGHT, "idAddCallerPolicy");
firstStep.setContent("Here you can add a single or multiple caller that denies an access on a selected service:" firstStep.setContent("Here you can add a single or multiple caller to deny access on a selected service:"
+ "<br>If insert an user digit @,<br>If insert a role digit #, <br>If you want insert a service digit $."); + "<br>If insert an user digit @,<br>If insert a role digit #, <br>If you want insert a service digit $.");
firstStep.setTitle("Add Caller"); firstStep.setTitle("Add Caller");
firstStep.centerXOffset(); firstStep.centerXOffset();

View File

@ -1,5 +1,5 @@
#Generated by Maven Integration for Eclipse #Generated by Maven Integration for Eclipse
#Tue Sep 27 14:11:19 CEST 2016 #Wed Sep 28 09:50:42 CEST 2016
version=1.0.0-SNAPSHOT version=1.0.0-SNAPSHOT
groupId=org.gcube.portlets.admin groupId=org.gcube.portlets.admin
m2e.projectName=auth-portlet-manager m2e.projectName=auth-portlet-manager