Alessandro Pieve 2016-10-20 09:53:59 +00:00
parent d3f98bed78
commit cfccbff824
322 changed files with 0 additions and 9324 deletions

View File

@ -1,5 +0,0 @@
Manifest-Version: 1.0
Built-By: pieve
Build-Jdk: 1.7.0_80
Created-By: Maven Integration for Eclipse

View File

@ -1,7 +0,0 @@
#Generated by Maven Integration for Eclipse
#Wed Sep 28 09:50:42 CEST 2016
version=1.0.0-SNAPSHOT
groupId=org.gcube.portlets.admin
m2e.projectName=auth-portlet-manager
m2e.projectLocation=/home/pieve/workspace/auth-portlet-manager
artifactId=auth-portlet-manager

View File

@ -1,356 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>
<version>1.0.0</version>
<relativePath />
</parent>
<!-- POM file generated with GWT webAppCreator -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.portlets.admin</groupId>
<artifactId>auth-portlet-manager</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>auth-portlet-manager</name>
<description>auth-portlet-manager</description>
<scm>
<url>https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/admin/auth-portlet-manager</url>
</scm>
<developers>
<developer>
<name>Alessandro Pieve</name>
<email>alessandro.pieve@isti.cnr.it</email>
<organization>CNR Pisa, Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"</organization>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
</developer>
</developers>
<properties>
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
<distroDirectory>distro</distroDirectory>
<configDirectory>config</configDirectory>
<!-- GWT configuration -->
<gwtVersion>2.7.0</gwtVersion>
<gwtLogVersion></gwtLogVersion>
<KEYS>${env.KEYS}</KEYS>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<profiles>
<profile>
<id>localRun</id>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
</profile>
</profiles>
<dependencies>
<dependency>
<groupId>org.gcube.resources.discovery</groupId>
<artifactId>ic-client</artifactId>
</dependency>
<!-- GWT -->
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>${gwtVersion}</version><!--$NO-MVN-MAN-VER$ -->
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>
<version>${gwtVersion}</version><!--$NO-MVN-MAN-VER$ -->
</dependency>
<dependency>
<groupId>com.github.gwtbootstrap</groupId>
<artifactId>gwt-bootstrap</artifactId>
<!-- <version>2.3.2.0</version> -->
</dependency>
<dependency>
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>callout-tour</artifactId>
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<exclusions>
<exclusion>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-dev</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Portlet -->
<dependency>
<groupId>javax.portlet</groupId>
<artifactId>portlet-api</artifactId>
<scope>provided</scope>
</dependency>
<!-- PORTAL -->
<dependency>
<groupId>org.gcube.core</groupId>
<artifactId>common-scope-maps</artifactId>
<!-- <version>[1.0.2-SNAPSHOT,2.0.0-SNAPSHOT)</version> -->
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.gcube.portal</groupId>
<artifactId>custom-portal-handler</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.applicationsupportlayer</groupId>
<artifactId>aslcore</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.applicationsupportlayer</groupId>
<artifactId>accesslogger</artifactId>
</dependency>
<!-- GCube Widgets -->
<dependency>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>gcube-widgets</artifactId>
<scope>compile</scope>
</dependency>
<!-- Session Checker -->
<dependency>
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>session-checker</artifactId>
<version>[0.2.0-SNAPSHOT,1.0.0-SNAPSHOT)</version>
</dependency>
<!-- LOGGING <dependency> <groupId>com.allen-sauer.gwt.log</groupId> <artifactId>gwt-log</artifactId>
<version>${gwtLogVersion}</version> </dependency> -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.dvos</groupId>
<artifactId>usermanagement-core</artifactId>
<!-- <version>2.0.0-SNAPSHOT</version> -->
</dependency>
<!-- JUnit TEST -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<scope>test</scope>
</dependency>
<!-- Authorization Client -->
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>common-authorization</artifactId>
<scope> compile</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>authorization-client</artifactId>
<scope> compile</scope>
</dependency>
<!-- End Authorization Client -->
</dependencies>
<build>
<!-- Generate compiled stuff in the folder used for developing mode -->
<outputDirectory>${webappDirectory}/WEB-INF/classes</outputDirectory>
<resources>
<resource>
<directory>src/main/resources</directory>
<includes>
<include>**/*.*</include>
</includes>
</resource>
</resources>
<plugins>
<!-- GWT Maven Plugin -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>${gwtVersion}</version>
<executions>
<execution>
<configuration>
<extraJvmArgs>-Xmx1024M -Xss1024k -Dgwt.compiler.localWorkers=1</extraJvmArgs>
<superDevMode>false</superDevMode>
</configuration>
<goals>
<goal>compile</goal>
<goal>test</goal>
</goals>
</execution>
</executions>
<configuration>
<runTarget>AuthPortletManager.html</runTarget>
<hostedWebapp>${webappDirectory}</hostedWebapp>
<module>org.gcube.portlets.admin.authportletmanager.authman</module>
<!-- <compileSourcesArtifacts> <artifact>com.github.highcharts4gwt:highcharts</artifact>
</compileSourcesArtifacts> -->
</configuration>
</plugin>
<!-- Copy static web files before executing gwt:run -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.1.1</version>
<executions>
<execution>
<phase>compile</phase>
<!--<goals> <goal>exploded</goal> </goals> -->
</execution>
</executions>
<configuration>
<webappDirectory>${webappDirectory}</webappDirectory>
<warName>${project.build.finalName}</warName>
<!-- Include static jar into WEB-INF/lib -->
<!-- <webResources> <resource> <directory>lib</directory> <includes>
<include>*.jar</include> </includes> <targetPath>WEB-INF/lib</targetPath>
</resource> </webResources> -->
</configuration>
</plugin>
<!-- Maven Surefire Plugin for Test -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version>
<configuration>
<skipTests>false</skipTests>
</configuration>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
<version>2.16</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptors>
<descriptor>${distroDirectory}/descriptor.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
<id>servicearchive</id>
<phase>install</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>LATEST</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>

View File

@ -1 +0,0 @@
< ャ@Qaj、F÷gク<67>

View File

@ -1 +0,0 @@
< ャ@Qaj、F÷gク<67>

View File

@ -1 +0,0 @@
6 4Z<34>/U<><55> C<><43>ߘ

View File

@ -1 +0,0 @@
6 4Z<34>/U<><55> C<><43>ߘ

View File

@ -1 +0,0 @@
< ャ@Qaj、F÷gク<67>

View File

@ -1 +0,0 @@
6 4Z<34>/U<><55> C<><43>ߘ

View File

@ -1,6 +0,0 @@
You should put the infrastructure decrypt keys here.
the keys must be in named "<scope name>.gcubekey", e.g. "gcube.gcubekey" or "devsec.gcubekey"
The content of this folder is automatically loaded in the classpath when tomcat starts up.

View File

@ -1,20 +0,0 @@
# A default log4j configuration for log4j users.
#
# To use this configuration, deploy it into your application's WEB-INF/classes
# directory. You are also encouraged to edit it as you like.
log4j.rootLogger=DEBUG, stdout, rollingFile
# Redirect log messages to console
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.Target=System.out
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n
log4j.appender.rollingFile=org.apache.log4j.RollingFileAppender
log4j.appender.rollingFile.File=test.log
log4j.appender.rollingFile.MaxFileSize=20MB
log4j.appender.rollingFile.MaxBackupIndex=2
log4j.appender.rollingFile.layout = org.apache.log4j.PatternLayout
log4j.appender.rollingFile.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n

View File

@ -1,19 +0,0 @@
log4j.rootCategory=TRACE, FILE, CONSOLE
# Direct log messages to a log file
log4j.appender.FILE=org.apache.log4j.RollingFileAppender
#Redirect to Tomcat logs folder
#log4j.appender.FILE.File=C:\\logging.log
log4j.appender.FILE.File=${catalina.home}/webapps/accounting-manager/logs/AccountingManagerLog4j.log
log4j.appender.FILE.MaxFileSize=10MB
log4j.appender.FILE.MaxBackupIndex=10
log4j.appender.FILE.layout=org.apache.log4j.PatternLayout
log4j.appender.FILE.layout.ConversionPattern=%d{ABSOLUTE} %-5p [%c{1}:%L] %m%n
# Console log
log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
log4j.appender.CONSOLE.Target=System.out
log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout
log4j.appender.CONSOLE.layout.ConversionPattern=%d{ABSOLUTE} %-5p [%c{1}:%L] %m%n

View File

@ -1,46 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<!-- Insert the current time formatted as "yyyyMMdd'T'HHmmss" under the
key "bySecond" into the logger context. This value will be available to all
subsequent configuration elements. -->
<timestamp key="byDay" datePattern="yyyyMMdd" />
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<layout class="ch.qos.logback.classic.PatternLayout">
<Pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
</Pattern>
</layout>
</appender>
<appender name="FILE" class="ch.qos.logback.core.FileAppender">
<file>${CATALINA_HOME}/webapps/accounting-manager/logs/AccountingManagerLogBack.log
</file>
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<!-- daily rollover -->
<fileNamePattern>AccountingManager.%d{yyyy-MM-dd}.log</fileNamePattern>
<!-- keep 30 days' worth of history -->
<maxHistory>30</maxHistory>
</rollingPolicy>
<!--
<encoder class="ch.qos.logback.core.encoder.LayoutWrappingEncoder">
<layout class="ch.qos.logback.classic.html.HTMLLayout">
<pattern>%d%thread%-5level%logger%msg</pattern>
</layout>
</encoder> -->
<encoder>
<pattern>%d [%thread] %-5level %logger{35} - %msg%n
</pattern>
</encoder>
</appender>
<root level="TRACE">
<appender-ref ref="STDOUT" />
<appender-ref ref="FILE" />
</root>
</configuration>

View File

@ -1 +0,0 @@
debug.com.sun.portal.level=WARNING

View File

@ -1,16 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='authman'>
<inherits name='com.google.gwt.user.User' />
<inherits name="com.google.gwt.http.HTTP" />
<inherits name="com.google.gwt.resources.Resources" />
<inherits name="com.github.gwtbootstrap.Bootstrap" />
<inherits name='org.gcube.portlets.widgets.sessionchecker.SessionChecker' />
<inherits name='org.gcube.portlets.widgets.widgettour.WidgetTour' />
<!-- Specify the app entry point class. -->
<entry-point
class='org.gcube.portlets.admin.authportletmanager.client.AuthManager' />
<!-- Specify the paths for translatable code -->
<source path='client' />
<source path='shared' />
</module>

View File

@ -1,105 +0,0 @@
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
xmlns:g='urn:import:com.google.gwt.user.client.ui' xmlns:b="urn:import:com.github.gwtbootstrap.client.ui"
xmlns:i="urn:import:com.github.gwtbootstrap.client.ui.incubator"
xmlns:bi="urn:import:org.gcube.portlets.admin.authportletmanager.client.widget">
<ui:style>
.panel {
background-color: #d9e2e8;
padding: 10px;
border-left: 2px solid #888;
border-right: 2px solid #888;
border-bottom: 2px solid #888;
}
.panel_text {
background-color: #F3F7FB;
border-radius: 4px;
border: 1px solid #ccc;
padding: 10px;
}
.panel_center {
margin-left: 10px;
margin-right: 10px;
}
.panel_right {
margin-top: 20px;
height: 200px;
}
.r_loader_space {
margin-top: 10px;
text-align: center;
height: 30px;
width: auto;
}
.footer_dialog {
text-align: right;
margin-top: 20px;
}
.button_dialog {
margin-left: 10px;
}
.row_element {
margin-top: 10px;
}
</ui:style>
<g:FlowPanel styleName="{style.panel}">
<b:FluidRow>
<b:Column size="12">
<g:FlowPanel styleName="{style.panel_text}">
<g:HorizontalPanel>
<g:cell verticalAlignment="ALIGN_MIDDLE">
<g:VerticalPanel ui:field="leftPanel">
<b:Label ui:field="leftPanelLabel" />
<b:Row styleName="{style.row_element}">
<b:ControlLabel>Service Class</b:ControlLabel>
<b:ListBox ui:field="l_service_class_policy">
</b:ListBox>
</b:Row>
<b:Row styleName="{style.row_element}">
<b:ControlLabel>Service Name</b:ControlLabel>
<b:ListBox ui:field="l_service_name_policy">
</b:ListBox>
</b:Row>
<b:Row styleName="{style.row_element}">
<b:ControlLabel>Service Id</b:ControlLabel>
<b:ListBox ui:field="l_service_id_policy">
</b:ListBox>
</b:Row>
</g:VerticalPanel>
</g:cell>
<g:cell verticalAlignment="ALIGN_MIDDLE">
<g:VerticalPanel ui:field="buttonPanel"
styleName="{style.panel_center}">
<b:Button ui:field="toRightButton" name="toRight" text=">" />
<b:Button ui:field="allToLeftButton" name="toRight"
text="&lt;&lt;" />
<b:Button ui:field="toLeftButton" name="toLeft" text="&lt;" />
</g:VerticalPanel>
</g:cell>
<g:cell verticalAlignment="ALIGN_MIDDLE">
<g:VerticalPanel ui:field="rightPanel" styleName="{style.panel_right}">
<b:Label ui:field="rightPanelLabel" />
</g:VerticalPanel>
</g:cell>
</g:HorizontalPanel>
</g:FlowPanel>
</b:Column>
</b:FluidRow>
<b:FluidRow>
<b:Column size="12" addStyleNames='{style.footer_dialog}'>
<b:Button ui:field="b_add_caller" type="PRIMARY"
addStyleNames='{style.button_dialog}'>Add</b:Button>
<b:Button ui:field="b_exit_dialog_caller" type="DANGER"
addStyleNames='{style.button_dialog}'>Close</b:Button>
</b:Column>
</b:FluidRow>
</g:FlowPanel>
</ui:UiBinder>

View File

@ -1,75 +0,0 @@
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
xmlns:g='urn:import:com.google.gwt.user.client.ui' xmlns:b="urn:import:com.github.gwtbootstrap.client.ui"
xmlns:i="urn:import:com.github.gwtbootstrap.client.ui.incubator"
xmlns:bi="urn:import:org.gcube.portlets.admin.authportletmanager.client.widget">
<ui:style>
.panel {
background-color: #d9e2e8;
padding: 10px;
border-left: 2px solid #888;
border-right: 2px solid #888;
border-bottom: 2px solid #888;
/*
border-radius: 4px;
border: 2px solid #888;
width: 80%;
margin-left: 10%;
*/
}
.panel_text {
background-color: #F3F7FB;
border-radius: 4px;
border: 1px solid #ccc;
padding: 10px;
}
.r_loader_space {
margin-top: 10px;
text-align: center;
height: 30px;
width: auto;
}
.footer_dialog {
text-align: right;
margin-top: 20px;
}
.button_dialog {
margin-left: 10px;
}
</ui:style>
<g:FlowPanel styleName="{style.panel}">
<b:FluidRow>
<b:Column size="12">
<g:FlowPanel styleName="{style.panel_text}">
<b:ControlLabel>Type Caller</b:ControlLabel>
<b:ListBox ui:field="l_select_type_caller">
<g:item>All</g:item>
<g:item>Role</g:item>
<g:item>User</g:item>
</b:ListBox>
</g:FlowPanel>
</b:Column>
</b:FluidRow>
<b:FluidRow>
<b:Column size="12">
<g:FlowPanel styleName="{style.panel_text}">
<bi:PickList ui:field="pickList">
</bi:PickList>
</g:FlowPanel>
</b:Column>
</b:FluidRow>
<b:FluidRow>
<b:Column size="12" addStyleNames='{style.footer_dialog}'>
<b:Button ui:field="b_add_caller" type="PRIMARY"
addStyleNames='{style.button_dialog}'>Add</b:Button>
<b:Button ui:field="b_exit_dialog_caller" type="DANGER"
addStyleNames='{style.button_dialog}'>Close</b:Button>
</b:Column>
</b:FluidRow>
</g:FlowPanel>
</ui:UiBinder>

View File

@ -1,11 +0,0 @@
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:g="urn:import:com.google.gwt.user.client.ui" xmlns:b="urn:import:com.github.gwtbootstrap.client.ui">
<b:Row>
<b:Column size="12">
<b:PageHeader subtext=" policy for user and roles">Management</b:PageHeader>
</b:Column>
</b:Row>
</ui:UiBinder>

View File

@ -1,110 +0,0 @@
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:g="urn:import:com.google.gwt.user.client.ui" xmlns:b="urn:import:com.github.gwtbootstrap.client.ui">
<ui:style>
.panel {
background-color: #d9e2e8;
padding: 10px;
border-left: 2px solid #888;
border-right: 2px solid #888;
border-bottom: 2px solid #888;
}
.panel_text {
background-color: #F3F7FB;
border-radius: 4px;
border: 2px solid #ccc;
padding: 10px;
}
.r_loader_space {
/*margin-top:10px;*/
text-align: center;
height: 30px;
margin-bottom: 10px;
margin-right: 20px;
}
.row_element {
margin-top: 10px;
}
.footer_dialog {
padding-right: 20px;
text-align: right;
}
.button_dialog {
margin-left: 10px;
}
.margin_left{
margin-left: 10px;
}
</ui:style>
<g:FlowPanel styleName="{style.panel}">
<b:FluidRow>
<b:Column size="12">
<g:FlowPanel styleName="{style.panel_text}" ui:field="idAddCallerPolicy">
<b:FluidRow styleName="{style.row_element}">
<b:ControlLabel>Caller</b:ControlLabel>
</b:FluidRow>
<b:Row styleName="{style.row_element}">
<b:ButtonGroup toggle="checkbox" ui:field="b_caller_checkbox">
<b:Button ui:field="b_caller_all_user">All Users</b:Button>
</b:ButtonGroup>
<b:ButtonGroup toggle="checkbox">
<b:Button ui:field="b_caller_all_role">All Role</b:Button>
</b:ButtonGroup>
<b:ButtonGroup toggle="checkbox">
<b:Button ui:field="b_caller_except">Except</b:Button>
</b:ButtonGroup>
</b:Row>
<b:Row styleName="{style.row_element}">
<g:FlowPanel ui:field="text_caller_policy">
</g:FlowPanel>
</b:Row>
<b:Row styleName="{style.row_element}">
<b:Tooltip text='Add Caller User or Role'>
<b:Button addStyleNames="btn btn_add" ui:field="b_add_multiple_user_role">Add
User/Role</b:Button>
</b:Tooltip>
<b:Tooltip text='Add Caller Service'>
<b:Button addStyleNames="btn btn_add margin_left" ui:field="b_add_multiple_service">Add
Service</b:Button>
</b:Tooltip>
</b:Row>
</g:FlowPanel>
<g:FlowPanel styleName="{style.panel_text}" ui:field="idAddServicePolicy">
<b:Row styleName="{style.row_element}">
<b:ControlLabel>Service Class</b:ControlLabel>
<b:ListBox ui:field="l_service_class_policy">
</b:ListBox>
</b:Row>
<b:Row styleName="{style.row_element}">
<b:ControlLabel>Service Name</b:ControlLabel>
<b:ListBox ui:field="l_service_name_policy">
</b:ListBox>
</b:Row>
<b:Row styleName="{style.row_element}">
<b:ControlLabel>Service Id</b:ControlLabel>
<b:ListBox ui:field="l_service_id_policy">
</b:ListBox>
</b:Row>
</g:FlowPanel>
<g:FlowPanel styleName="{style.panel_text}" ui:field="idAddAccessPolicy">
<b:Row styleName="{style.row_element}">
<b:ControlLabel>Access</b:ControlLabel>
<b:ListBox ui:field="l_access_policy">
</b:ListBox>
</b:Row>
</g:FlowPanel>
</b:Column>
<b:Column size="12">
<b:Row ui:field="r_loader_space" addStyleNames='{style.r_loader_space}'>
</b:Row>
</b:Column>
<b:Column size="6" offset="6" addStyleNames='{style.footer_dialog}'>
<b:Button ui:field="b_save_policy" type="PRIMARY"
addStyleNames='{style.button_dialog}'>Save</b:Button>
<b:Button ui:field="b_exit_dialog_policy" type="DANGER"
addStyleNames='{style.button_dialog}'>Close</b:Button>
</b:Column>
</b:FluidRow>
</g:FlowPanel>
</ui:UiBinder>

Some files were not shown because too many files have changed in this diff Show More