Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Uses of Class
oracle.apps.fnd.applcore.common.ApplRole

Packages that use ApplRole
oracle.apps.fnd.applcore.common   
 

Uses of ApplRole in oracle.apps.fnd.applcore.common
 

Methods in oracle.apps.fnd.applcore.common that return ApplRole
static ApplRole ApplRole.getApplRole(java.lang.String roleGuid, java.lang.String roleName)
           
 

Methods in oracle.apps.fnd.applcore.common that return types with arguments of type ApplRole
static java.util.List<ApplRole> ApplSessionUtil.getApplRoles(javax.security.auth.Subject subject)
          Helper method to obtain the role info from the Subject.
 java.util.List<ApplRole> ApplSession.getRoles()
          Returns a List representing the user's active roles.
 java.util.List<ApplRole> ApplSession.getRoles(java.lang.String appID, java.sql.Connection conn)
          Takes in an application ID and a connection.
 

Constructor parameters in oracle.apps.fnd.applcore.common with type arguments of type ApplRole
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.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.