gov.nih.nci.cagrid.data.enumeration.service.globus
Class EnumerationDataServiceAuthorization

java.lang.Object
  extended by gov.nih.nci.cagrid.data.enumeration.service.globus.EnumerationDataServiceAuthorization

public class EnumerationDataServiceAuthorization
extends java.lang.Object

DO NOT EDIT: This class is autogenerated! This class will have a authorize method for each method on this grid service. The method is responsibe for making any authorization callouts required to satisfy the authorization requirements placed on each method call. Each method will either simple return apon a successful authorization or will throw an exception apon a failed authorization.


Constructor Summary
EnumerationDataServiceAuthorization()
           
 
Method Summary
static void authorizeEnumerationQuery()
           
static java.lang.String getCallerIdentity()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnumerationDataServiceAuthorization

public EnumerationDataServiceAuthorization()
Method Detail

getCallerIdentity

public static java.lang.String getCallerIdentity()

authorizeEnumerationQuery

public static void authorizeEnumerationQuery()
                                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException