| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of IUser in planetj.database | 
| Constructors in planetj.database with parameters of type IUser | |
SQLContext(String pSystemAlias,
           IUser user)
SQLContext constructor  | 
|
| 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)
SQLContext constructor  | 
|
ExecutingContext(IUser user)
Creates a new ExecutingContext object  | 
|
ExecutingContext(IUser user,
                 Application application)
Creates a new ExecutingContext object  | 
|
AbstractContext(IUser user)
AbstractContext constructor comment.  | 
|
| Uses of IUser in planetj.dataengine.application | 
| Methods in planetj.dataengine.application with parameters of type IUser | |
 Application | 
ApplicationManager.getApplication(String pMetaDataAlias,
               int pId,
               List pColumnNames,
               IUser pUser)
Gets an application by ID Creation date: (3/25/2002 1:48:24 PM)  | 
 RowCollection | 
ApplicationManager.getApplications(String pSystemAlias,
                List pColumnNames,
                IUser pUser)
Returns A RowCollection of all Application objects  | 
 RowCollection | 
ApplicationManager.getApplications(String pSystemAlias,
                List pColumnNames,
                IUser pUser,
                List orderByColumns)
Returns A RowCollection of all Application objects  | 
 Application | 
ApplicationManager.getNonCachedApplication(String pMetaDataAlias,
                        int pId,
                        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,
                     javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response)
Constructor.  | 
|
HttpExecutingContext(IUser user,
                     Application application,
                     javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.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)
HTMLOperationContext constructor comment.  | 
|
HTMLOperationContext(IUser user)
HTMLOperationContext constructor comment.  | 
|
| 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 | ||||||||||