|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserReference | |
com.softwareag.mdm.service | Provides classes and interfaces for implementing specific services and access rules on webMethods MDM. |
com.softwareag.mdm.service.directory |
Uses of UserReference in com.softwareag.mdm.service |
Methods in com.softwareag.mdm.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.softwareag.mdm.service.directory |
Methods in com.softwareag.mdm.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.softwareag.mdm.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)
|
boolean |
DirectoryDefault.isUserDefined(UserReference aUserReference)
|
boolean |
DirectoryDefault.isUserInRole(UserReference ref,
Role aRole)
|
List |
DirectoryDefault.getRolesForUser(UserReference userReference)
Returns the user specific roles. |
String |
DirectoryDefault.getUserEmail(UserReference ref)
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
(report a bug)
webMethods MDM 4.2.8 [0558]
Copyright Software AG 2000-2007. All rights reserved.