| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of IUser in planetj.database | 
| Constructors in planetj.database with parameters of type IUser | |
SQLContext(java.lang.String pSystemAlias,
           IUser user)
Deprecated. replaced with SQLContext(String, ExecutingContext)  | 
|
| Uses of IUser in planetj.dataengine | 
| Methods in planetj.dataengine that return IUser | |
 IUser | 
ExecutingContext.getUser()
Get the current user of this executing context.  | 
| Methods in planetj.dataengine with parameters of type IUser | |
static ExecutingContext | 
ExecutingContext.getCurrentExecutingContext(IUser user)
Gets the current executing context.  | 
 void | 
ExecutingContext.setUser(IUser user)
Set the current user of this executing context.  | 
| Constructors in planetj.dataengine with parameters of type IUser | |
HTMLContext(IUser user)
Deprecated. replaced with HTMLContext(ExecutingContext)  | 
|
ExecutingContext(IUser user)
Creates a new ExecutingContext object  | 
|
ExecutingContext(IUser user,
                 Application application)
Creates a new ExecutingContext object  | 
|
AbstractContext(IUser user)
Deprecated. replaced with AbstractContext(ExecutingContext)  | 
|
| Uses of IUser in planetj.dataengine.application | 
| Methods in planetj.dataengine.application with parameters of type IUser | |
 Application | 
ApplicationManager.getApplication(java.lang.String metaDataAlias,
               int appId,
               java.util.List columnNames,
               IUser user)
Gets an application by ID Creation date: (3/25/2002 1:48:24 PM)  | 
protected  Application | 
ApplicationManager.getApplication(java.lang.String pSystemAlias,
               java.lang.String pLibrary,
               java.lang.String pTable,
               int pId,
               java.util.List pColumnNames,
               boolean pCheckCache,
               IUser pUser)
Gets an application by ID Creation date: (3/25/2002 1:48:24 PM)  | 
protected  RowCollection | 
ApplicationManager.getApplications(java.lang.String pSystemAlias,
                java.lang.String pLibraryName,
                java.lang.String pTableName,
                java.util.List pColumnNames,
                IUser pUser)
Returns A RowCollection of all Application objects Creation date: (3/25/2002 1:48:24 PM)  | 
protected  RowCollection | 
ApplicationManager.getApplications(java.lang.String pSystemAlias,
                java.lang.String pLibraryName,
                java.lang.String pTableName,
                java.util.List pColumnNames,
                IUser pUser,
                java.util.List orderByNames)
Returns A RowCollection of all Application objects Creation date: (3/25/2002 1:48:24 PM)  | 
 RowCollection | 
ApplicationManager.getApplications(java.lang.String pSystemAlias,
                java.util.List pColumnNames,
                IUser pUser)
Returns A RowCollection of all Application objects  | 
 RowCollection | 
ApplicationManager.getApplications(java.lang.String pSystemAlias,
                java.util.List pColumnNames,
                IUser pUser,
                java.util.List orderByColumns)
Returns A RowCollection of all Application objects  | 
 Application | 
ApplicationManager.getNonCachedApplication(java.lang.String pMetaDataAlias,
                        int pId,
                        java.util.List pColumnNames,
                        IUser pUser)
Deprecated. - Now that the cache is wiped out on update we don't need this method any more - use the normal getApplication() method  | 
| Uses of IUser in planetj.dataengine.http | 
| Constructors in planetj.dataengine.http with parameters of type IUser | |
HttpExecutingContext(IUser user,
                     HttpServletRequest request,
                     HttpServletResponse response)
Constructor.  | 
|
HttpExecutingContext(IUser user,
                     Application application,
                     HttpServletRequest request,
                     HttpServletResponse response)
Constructor.  | 
|
| Uses of IUser in planetj.dataengine.operation | 
| Methods in planetj.dataengine.operation with parameters of type IUser | |
 boolean | 
OperationManager.isAuthorized(int action,
             IUser user,
             Operation operation)
Deprecated. - replaced by isAuthorized(int action, ExecutingContext ec, Operation operation)  | 
| Constructors in planetj.dataengine.operation with parameters of type IUser | |
URLOperationContext(IUser user)
Deprecated. replaced with URLOperationContext(ExecutingContext)  | 
|
HTMLOperationContext(IUser user)
Deprecated. replaced with HTMLOperationContext(ExecutingContext)  | 
|
| Uses of IUser in planetj.dataengine.security | 
| Subinterfaces of IUser in planetj.dataengine.security | |
 interface | 
IDEUser
Insert the type's description here.  | 
| Classes in planetj.dataengine.security that implement IUser | |
 class | 
DEUser
 | 
| Methods in planetj.dataengine.security with parameters of type IUser | |
static boolean | 
DESecurityManager.checkExecute(IUser user,
             Operation operation)
Deprecated. - replaced by checkExecute(Operation, ExecutingContext) cannot use operation based security with this method  | 
static DEAuthorization | 
DESecurityManager.getAuthorization(IUser user,
                 Operation operation)
Check to see if the given principal is allowed to view the given operation.  | 
static RowCollection | 
DESecurityManager.getAuthorizations(IUser user)
Check to see if the given principal is allowed to view the given operation.  | 
static Row | 
DESecurityManager.secureRow(IUser user,
          Row row)
Check to see if the given principal is allowed to view the given operation.  | 
static RowCollection | 
DESecurityManager.secureRowCollection(IUser user,
                    RowCollection rc)
Gets a RowCollection stripped of any secured objects from the given RowCollection that the IUser does not have permission to.  | 
| Uses of IUser in planetj.dataengine.security.http | 
| Classes in planetj.dataengine.security.http that implement IUser | |
 class | 
SignOnReceipt
A SignOnReceipt is created when a user signs on to a secured application.  | 
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||