Imposing a bit of order
The assembly-descriptor of an Enterprise JavaBean (EJB) allows you to
specify security roles and assign permissions to them. In this way, you
can restrict various classes of user to the methods and fields they need
to access for their work, thus somewhat limiting the damage a malicious
party can do.
Because they're part of the deployment descriptors, the application
server manages the assembly-descriptors and the rules they establish.
Security roles are essentially logical fictions, similar to Microsoft
Windows domains, imposed on a system artificially to provide an
additional degree of management control.
In order to create a security restriction, we must first create a role.
That's done like this:
Next, we need to clarify what users of that role can do. Continuing the
assembly-descriptor element:
That sequence of elements gives users of type chief access to all
methods in WarriorCommanderBean.
» posted by ITworld staff
ITworld
Symantec Backup Exec 12 and Backup Exec System Recovery 8 deliver industry leading Windows data protection and system recovery. Download this whitepaper to find out the top reasons to upgrade and how to get continuous data protection and complete system recovery.
Data and system loss — from a hard drive failure, malicious attack, natural disaster, or simple human error — can happen anytime. Don’t leave your business vulnerable. Make sure you have a secure recovery strategy in place. Symantec's latest backup and system recovery technology can efficiently restore critical applications, individual emails and documents and even restore your entire system in minutes in the event of a loss.
Businesses face a growing challenge to ensure that the IT environment is properly protected. Backup Exec 12 integrates with other applications in the Symantec family of products, to complement your current data protection strategy, keep your data securely backed up and make it recoverable when you need it most.







