eu.emi.dsr.security.util
Class ResourceDescriptor

java.lang.Object
  extended by eu.emi.dsr.security.util.ResourceDescriptor

public class ResourceDescriptor
extends Object

Descriptor for a resource. This might be a ws resource (service name, uuid) or a plain web service (servicename). The owner of the resource is also given.

Author:
schuller

Constructor Summary
ResourceDescriptor(String serviceName, String resourceID, String owner)
           
 
Method Summary
 String getOwner()
           
 String getResourceID()
           
 String getServiceName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceDescriptor

public ResourceDescriptor(String serviceName,
                          String resourceID,
                          String owner)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getOwner

public String getOwner()

getResourceID

public String getResourceID()

getServiceName

public String getServiceName()


Copyright © 2012. All Rights Reserved.