The name and email field will normally be required fields when creating user accounts for most implementations of forums. However, some users may wish to keep that information private. Therefore, there are two flags to set if the name and email fields should be made visible to other users. If the flags are set to deny access, getName() and getEmail() will throw UnauthorizedExceptions to users that don't have ADMIN permissions.
Security for User objects is provide by UserProxy protection proxy objects. @see Group
|
|