gov.nih.nci.common.persistence
Class SecurityFilter

java.lang.Object
  extended by gov.nih.nci.common.persistence.SecurityFilter

public class SecurityFilter
extends java.lang.Object

Author:
joshua

Field Summary
protected static java.lang.String[] _defaultRoles
           
protected  SecureSessionManager _mgr
           
 
Constructor Summary
SecurityFilter()
           
 
Method Summary
 java.lang.Object[] filter(java.lang.String sessionId, gov.nih.nci.caarray.services.security.intf.SecuredElementItf[] objects)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_mgr

protected SecureSessionManager _mgr

_defaultRoles

protected static java.lang.String[] _defaultRoles
Constructor Detail

SecurityFilter

public SecurityFilter()
Method Detail

filter

public java.lang.Object[] filter(java.lang.String sessionId,
                                 gov.nih.nci.caarray.services.security.intf.SecuredElementItf[] objects)