|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Role | |
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 Role in com.softwareag.mdm.service |
Fields in com.softwareag.mdm.service declared as Role | |
static Role |
Profile.ADMINISTRATOR
Built-in Administrator role. |
static Role |
Profile.PROVIDER
Built-in Provider role. |
static Role |
Profile.READ_ONLY
Built-in read-only role. |
static Role |
Profile.OWNER
Dynamic built-in owner role. |
static Role |
Profile.DISTRIBUTOR
Dynamic built-in Distributor role. |
static Role |
Profile.EVERYONE
Built-in role, all users have this role. |
Methods in com.softwareag.mdm.service that return Role | |
static Role |
Role.forName(String aRoleName)
Deprecated. Replaced by method Profile.forSpecificRole(String) . |
static Role |
Profile.forBuiltInRole(String roleName)
Returns the built-in role identified by the name specified. |
static Role |
Profile.forSpecificRole(String roleName)
Returns the specific role identified by the name specified. |
Uses of Role in com.softwareag.mdm.service.directory |
Methods in com.softwareag.mdm.service.directory with parameters of type Role | |
boolean |
DirectoryHandler.isSpecificRoleDefined(Role aSpecificRole)
|
boolean |
DirectoryHandler.isRoleStrictlyIncluded(Role aRole,
Role anotherRole)
|
boolean |
DirectoryHandler.isUserInRole(UserReference aUser,
Role aRole)
|
String |
DirectoryHandler.displaySpecificRole(Role aSpecificRole,
Locale aLocale)
|
String |
DirectoryHandler.displayBuiltInRole(Role aBuiltInRole,
Locale aLocale)
|
boolean |
DirectoryDefault.isSpecificRoleDefined(Role aRole)
|
boolean |
DirectoryDefault.isUserInRole(UserReference ref,
Role aRole)
|
String |
DirectoryDefault.displaySpecificRole(Role aSpecificRole,
Locale aLocale)
|
abstract boolean |
Directory.isSpecificRoleDefined(Role aSpecificRole)
Returns true if the specific role specified actually exists in this
directory. |
abstract boolean |
Directory.isUserInRole(UserReference aUser,
Role aRole)
Returns true if the user has the role specified.
|
boolean |
Directory.isRoleStrictlyIncluded(Role aRole,
Role anotherRole)
Returns true when aRole is included
in anotherRole .
|
String |
Directory.displayBuiltInRole(Role aBuiltInRole,
Locale aLocale)
Returns a label for the built-in role specified. |
String |
Directory.displaySpecificRole(Role aSpecificRole,
Locale aLocale)
Returns a label for the specific role specified. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
(report a bug)
webMethods MDM 4.2.8 [0558]
Copyright Software AG 2000-2007. All rights reserved.