What are the responsibilities of an application assembler in implementing security?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are the responsibilities of an application assembler in implementing security?
Rating:
An
- Declaring security roles in the deployment descriptor in the <security-role> element.
- Mapping security roles with the role-references using the <role-link> element.
- Declaring method permissions for each security role using the <method-permission> element.
- Making certain methods inaccessible using the <exclude-list> so that they can never be called by any client.
- Excluding certain methods from being checked for authorization using the <unchecked/> element.
Rating:
Was this information helpful?
Other articles
- What are the rules for writing an ejbPostCreate<method>?
- What is the <run-as> element of the deployment descriptor?
- Things to practice for Sun test CX310-090
- What is the remote component interface?
- What is the <method-intf> element of the deployment descriptor?