Join Patrick Royal for an in-depth discussion in this video Enabling security and encryption, part of Java EE: Web Services (2014).
…As with any web application, security is important for web…services to protect valuable data and control access to the server.…By default no security is applied, to make it…easier to test the code, but once you're ready to…upload your service to a server, and make it open…to the public, it's a good idea to enable security.…So during this video, we're going to cover some of the…ways to implement security and how you can use it on…a web service.…The first step is to enable the security manager.…This can be accessed by going into the administration console at the URL shown.…
And then clicking on the Configurations…option on the right, and clicking server-config.…Then scroll down and click on the Security settings.…On this page, you can check the first box to enable the Security Manager.…Then, restart the server.…Now that security is enabled, we need to apply…it to the messages to and from our web service.…The most common type of security is Web Services security,…which uses XML encryption and XML digital signatures to secure messages.…
Author
Released
2/28/2014- What are Java EE web services?
- Creating a simple service
- Building, packaging, and deploying your service
- Understanding the basic syntax
- Working with WSDL (Web Service Definition Language)
- Exploring SOAP (Simple Object Access Protocol)
- Exploring the syntax and design of REST (Representation State Transfer)
- Programming a web service in Java EE
- Debugging and optimizing your code
Skill Level Intermediate
Duration
Views
Related Courses
-
Advanced Java Programming
with David Gassner3h 33m Advanced -
Java: Database Integration with JDBC
with David Gassner2h 51m Intermediate
-
Introduction
-
Welcome55s
-
What you need to get started1m 42s
-
-
1. About Web Services
-
What are web services?4m 11s
-
Working with XML files4m 57s
-
-
2. Web Services Description Language (WSDL)
-
What is WSDL?3m 19s
-
Exploring WSDL5m 5s
-
Implementing a web service4m 49s
-
-
3. Simple Object Access Protocol (SOAP)
-
4. Representational State Transfer (REST)
-
What is REST?3m 36s
-
-
5. Programming a Web Service in Java EE
-
6. Improving Your Java EE Code
-
Debugging your web services4m 34s
-
Optimizing your code3m 59s
-
-
7. Extensions
-
Bus-enabled web services2m 49s
-
Conclusion
-
Where to go from here1m 27s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Enabling security and encryption