gov.nih.nci.cagrid.data.sdk32query
Class CsmSecurityCheck

java.lang.Object
  extended by gov.nih.nci.cagrid.data.sdk32query.CsmSecurityCheck

public class CsmSecurityCheck
extends java.lang.Object

CsmSecurityCheck Check for CSM security authorization

Version:
$Id: CsmSecurityCheck.java,v 1.2 2007/03/29 13:24:27 dervin Exp $
Author:
David W. Ervin

Field Summary
static java.lang.String CSM_CONFIG_PROPERTY
           
static java.lang.String CSM_PRIVILEGE
           
 
Constructor Summary
CsmSecurityCheck()
           
 
Method Summary
static boolean checkAuthorization(java.lang.String csmConfigFile, java.lang.String callerId, java.lang.String csmContextName, CQLQuery query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CSM_CONFIG_PROPERTY

public static final java.lang.String CSM_CONFIG_PROPERTY
See Also:
Constant Field Values

CSM_PRIVILEGE

public static final java.lang.String CSM_PRIVILEGE
See Also:
Constant Field Values
Constructor Detail

CsmSecurityCheck

public CsmSecurityCheck()
Method Detail

checkAuthorization

public static boolean checkAuthorization(java.lang.String csmConfigFile,
                                         java.lang.String callerId,
                                         java.lang.String csmContextName,
                                         CQLQuery query)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException