|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 7 (11.1.7) E22562-07 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LwsRole | |
---|---|
oracle.apps.fnd.applcore.common | |
oracle.apps.fnd.applcore.common.security |
Uses of LwsRole in oracle.apps.fnd.applcore.common |
---|
Classes in oracle.apps.fnd.applcore.common that implement LwsRole | |
---|---|
class |
ApplRole
|
Method parameters in oracle.apps.fnd.applcore.common with type arguments of type LwsRole | |
---|---|
void |
ApplSession.attachSession(java.sql.Connection conn,
java.util.List<? extends LwsRole> roles)
|
void |
ApplSession.attachSession(java.sql.Connection conn,
LwsUser lwsUser,
java.util.List<? extends LwsRole> roles)
|
void |
ApplSession.attachSession(java.sql.Connection conn,
LwsUser lwsUser,
java.util.List<? extends LwsRole> roles,
java.util.HashMap attrs)
Initializes the specified connection with the current session info. |
void |
ApplSessionManagement.attachSession(LwsSession session,
java.sql.Connection conn,
LwsUser lwsUser,
java.util.List<? extends LwsRole> roles)
Version of attachSession that defaults to not passing in a HashMap of attributes to set. |
void |
ApplSessionManagement.attachSession(LwsSession session,
java.sql.Connection conn,
LwsUser lwsUser,
java.util.List<? extends LwsRole> roles,
java.util.HashMap attrs)
Attaches the passed in session using the given connection, with the specified users and roles, and associates this session management object with that sssion. |
Uses of LwsRole in oracle.apps.fnd.applcore.common.security |
---|
Methods in oracle.apps.fnd.applcore.common.security that return types with arguments of type LwsRole | |
---|---|
java.util.List<? extends LwsRole> |
LwsSession.getRoles()
Get the list of LwsRoles associated with this session. |
Method parameters in oracle.apps.fnd.applcore.common.security with type arguments of type LwsRole | |
---|---|
void |
LwsSession.attachSession(java.sql.Connection conn,
LwsUser user,
java.util.List<? extends LwsRole> roles)
Attaches the LWS session of this context to a db connection using the specified user and roles. |
|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 7 (11.1.7) E22562-07 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |