|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 1 (11.1.1.6) E22562-06 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ApplUser | |
|---|---|
| oracle.apps.fnd.applcore.common | |
| Uses of ApplUser in oracle.apps.fnd.applcore.common |
|---|
| Methods in oracle.apps.fnd.applcore.common that return ApplUser | |
|---|---|
ApplUser |
ApplSession.getUser()
Returns the current ApplUser object. |
static ApplUser |
ApplSessionUtil.populateSessionUser(java.lang.String userGuid,
java.lang.String userName,
java.sql.Connection conn)
Called to prepopulate the FND_SESSION_USERS table with user info, rather than relying on the table being populated when the user logs in. |
| Methods in oracle.apps.fnd.applcore.common with parameters of type ApplUser | |
|---|---|
static void |
NonOracleDatabaseUtil.convertGuestSession(ApplSession session,
ApplUser user,
java.util.List<java.lang.String> locale,
ApplSessionAMImpl sessAM,
java.sql.Connection con)
|
static ApplSession |
ApplSessionUtil.initializeElevatedSession(javax.security.auth.Subject subject,
ApplUser submittingUser,
java.sql.Connection conn)
This variation of initializeSession takes in the Subject to create the session as, an optional connection to initialize, and a String representing the user whose context (eg language preferences, history columns) will be used by the session. |
static ApplSession |
ApplSessionUtil.initializeElevatedSession(javax.security.auth.Subject subject,
ApplUser submittingUser,
java.sql.Connection conn,
java.util.ArrayList<java.lang.String> attrs)
This variation of initializeSession takes in the Subject to create the session as, an optional connection to initialize, and a String representing the user whose context (eg language preferences, history columns) will be used by the session. |
| Constructors in oracle.apps.fnd.applcore.common with parameters of type ApplUser | |
|---|---|
ApplSession(java.lang.String sessionID,
java.lang.String sessionCookie,
ApplUser user,
java.util.List<ApplRole> roles)
ApplSession constructor that takes an ApplUser object and ApplRoles for performance reasons, so they won't need to be refetched later on. |
|
|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 1 (11.1.1.6) E22562-06 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||