git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/information-system/gCubeIS/Registry@19 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
950975113c
commit
2f75523878
|
@ -25,6 +25,12 @@
|
||||||
type="java.lang.String"
|
type="java.lang.String"
|
||||||
override="false"/>
|
override="false"/>
|
||||||
|
|
||||||
|
<environment
|
||||||
|
name="lifetime"
|
||||||
|
value="120"
|
||||||
|
type="java.lang.Integer"
|
||||||
|
override="false" />
|
||||||
|
|
||||||
<resource name="publicationProfile" type="org.gcube.common.core.service.GCUBEPublicationProfile">
|
<resource name="publicationProfile" type="org.gcube.common.core.service.GCUBEPublicationProfile">
|
||||||
<resourceParams>
|
<resourceParams>
|
||||||
<parameter>
|
<parameter>
|
||||||
|
@ -62,6 +68,8 @@
|
||||||
<name>sweeperDelay</name>
|
<name>sweeperDelay</name>
|
||||||
<value>10000</value>
|
<value>10000</value>
|
||||||
</parameter>
|
</parameter>
|
||||||
|
|
||||||
|
|
||||||
</resourceParams>
|
</resourceParams>
|
||||||
|
|
||||||
</resource>
|
</resource>
|
||||||
|
|
|
@ -1,35 +0,0 @@
|
||||||
org.diligentproject.dvos.authorization.handler.voQueryServiceURL./diligent=http://grids15.eng.it:8080/wsrf/services/diligentproject/dvos/authorization/VOQueryService
|
|
||||||
|
|
||||||
org.diligentproject.dvos.authorization.handler.operationMapping.\
|
|
||||||
{http\://diligentproject.org/namespaces/informationservice/disregistry/DISRegistryFactoryService}createResource=\
|
|
||||||
{http://diligentproject.org/namespaces/informationservice/disregistry/DISRegistryFactoryService}manageProfile
|
|
||||||
|
|
||||||
org.diligentproject.dvos.authorization.handler.operationMapping.\
|
|
||||||
{http\://diligentproject.org/namespaces/informationservice/disregistry/DISRegistryFactoryService}updateResource=\
|
|
||||||
{http://diligentproject.org/namespaces/informationservice/disregistry/DISRegistryFactoryService}manageProfile
|
|
||||||
|
|
||||||
|
|
||||||
org.diligentproject.dvos.authorization.handler.operationMapping.\
|
|
||||||
{http://diligentproject.org/namespaces/informationservice/disregistry/DISRegistryFactoryService}removeResource=\
|
|
||||||
{http://diligentproject.org/namespaces/informationservice/disregistry/DISRegistryFactoryService}manageProfile
|
|
||||||
|
|
||||||
org.diligentproject.dvos.authorization.handler.operationMapping.\
|
|
||||||
{http\://diligentproject.org/namespaces/informationservice/disregistry/DISRegistryFactoryService}updateProfileWithDL=\
|
|
||||||
{http://diligentproject.org/namespaces/informationservice/disregistry/DISRegistryFactoryService}manageProfileDL
|
|
||||||
|
|
||||||
org.diligentproject.dvos.authorization.handler.operationMapping.\
|
|
||||||
{http\://diligentproject.org/namespaces/informationservice/disregistry/DISRegistryFactoryService}removeProfileWithDL=\
|
|
||||||
{http://diligentproject.org/namespaces/informationservice/disregistry/DISRegistryFactoryService}manageProfileDL
|
|
||||||
|
|
||||||
org.diligentproject.dvos.authorization.handler.operationMapping.\
|
|
||||||
{http\://diligentproject.org/namespaces/informationservice/disregistry/DISRegistryFactoryService}updateState=\
|
|
||||||
{http://diligentproject.org/namespaces/informationservice/disregistry/DISRegistryFactoryService}manageState
|
|
||||||
|
|
||||||
|
|
||||||
org.diligentproject.dvos.authorization.handler.operationMapping.\
|
|
||||||
{http\://diligentproject.org/namespaces/informationservice/disregistry/DISRegistryFactoryService}startRegistration=\
|
|
||||||
{http://diligentproject.org/namespaces/informationservice/disregistry/DISRegistryFactoryService}manageProfile
|
|
||||||
|
|
||||||
org.diligentproject.dvos.authorization.handler.operationMapping.\
|
|
||||||
{http\://diligentproject.org/namespaces/informationservice/disregistry/DISRegistryFactoryService}validateProfile=\
|
|
||||||
{http://diligentproject.org/namespaces/informationservice/disregistry/DISRegistryFactoryService}manageProfile
|
|
Loading…
Reference in New Issue