Uses of Class
com.orchestranetworks.service.UserReference

Packages that use UserReference
com.onwbp.adaptation Provides core classes and interfaces for accessing schema instances, tables and their occurrences.  
com.orchestranetworks.service Provides classes and interfaces for implementing specific services and access rules on EBX.Platform.  
com.orchestranetworks.service.directory   
 

Uses of UserReference in com.onwbp.adaptation
 

Methods in com.onwbp.adaptation that return UserReference
 UserReference Adaptation.getLastUser()
          Returns the last user who has modified the adaptation.
 

Uses of UserReference in com.orchestranetworks.service
 

Methods in com.orchestranetworks.service that return UserReference
 UserReference Session.getUserReference()
          Returns the user reference in the directory.
static UserReference Profile.forUser(String userId)
          Returns the user reference specified.
static UserReference Profile.forUserWithSpecificPrivilege(String userId, ServiceKey servicePrivilegeGranted)
          Returns the user reference specified, with the specific privilege granted.
static UserReference Profile.forUserWithSpecificPrivileges(String userId, Set servicePrivileges)
          Returns the user reference specified, with the specific privileges granted.
 

Uses of UserReference in com.orchestranetworks.service.directory
 

Methods in com.orchestranetworks.service.directory that return UserReference
 UserReference DirectoryHandler.authenticateUserFromLoginPassword(String aLogin, String aPassword)
           
 UserReference DirectoryHandler.authenticateUserFromHttpRequest(HttpServletRequest request)
           
 UserReference DirectoryHandler.authenticateUserFromArray(Object[] args)
           
 UserReference DirectoryDefault.authenticateUserFromLoginPassword(String aLogin, String aPassword)
           
abstract  UserReference Directory.authenticateUserFromLoginPassword(String aLogin, String aPassword)
          Authenticates a user by its login and password.
 UserReference Directory.authenticateUserFromHttpRequest(HttpServletRequest request)
          Authenticates a user for the purpose of a single sign-on policy.
 UserReference Directory.authenticateUserFromArray(Object[] args)
          Authenticates a user by an open array.
 

Methods in com.orchestranetworks.service.directory with parameters of type UserReference
 boolean DirectoryHandler.isUserDefined(UserReference aUserReference)
           
 boolean DirectoryHandler.isUserInRole(UserReference aUser, Role aRole)
           
 String DirectoryHandler.getUserEmail(UserReference aUserReference)
           
 String DirectoryHandler.displayUser(UserReference aUserReference, Locale aLocale)
           
 List DirectoryDefault.getRolesForUser(UserReference userReference)
          Returns the specific roles of the user specified.
 boolean DirectoryDefault.isUserDefined(UserReference aUserReference)
           
 boolean DirectoryDefault.isUserInRole(UserReference ref, Role aRole)
           
 String DirectoryDefault.getUserEmail(UserReference aUserReference)
           
 String DirectoryDefault.displayUser(UserReference aUserReference, Locale aLocale)
           
abstract  boolean Directory.isUserDefined(UserReference aUserReference)
          Returns true if the user specified actually exists in this directory.
abstract  boolean Directory.isUserInRole(UserReference aUser, Role aRole)
          Returns true if the user has the role specified.
 String Directory.getUserEmail(UserReference aUserReference)
          Returns the e-mail address of the user specified, null if it is unknown.
 String Directory.displayUser(UserReference aUserReference, Locale aLocale)
          Returns a label for the user specified.
 



(report a bug)
EBX.Platform 4.5.3 [0607:0003]
Copyright Orchestra Networks 2000-2008. All rights reserved.