FileMood

Download [FreeTutorials.Us] Udemy - javawebservicespart2

FreeTutorials Us Udemy javawebservicespart2

Name

[FreeTutorials.Us] Udemy - javawebservicespart2

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

755.1 MB

Total Files

126

Hash

94A5F4CC36866BC8950DA4AEC23679258BC5E0E0

/.../005 Add Maven Dependencies/

lecture5.txt

1.3 KB

/.../009 Configure the endpoint/

cxf-servlet.xml

0.6 KB

/.../013 Generate the Stubs/

lecture13.txt

2.0 KB

/.../021 Update the maven dependencies/

lecture21.txt

0.4 KB

/.../035 Create the Key Pairs/

lecture35.txt

0.3 KB

/.../036 Export the public keys/

lecture36.txt

0.2 KB

/.../037 Import the certificates/

lecture37.txt

0.3 KB

/.../064 Download the completed projects/

Web-Service-Projects.zip

57.2 KB

/.../071 Completed Project For Your Reference/

oauth2demo.zip

21.8 KB

/.../091 Create Users and Roles/

import.sql

0.4 KB

/.../099 Download and Import the Project/

restws.zip

75.2 KB

/quizzes/

001 SOAP WS - Standard Concepts.html

4.2 KB

/quizzes/

002 WS Security - Authentication.html

3.4 KB

/quizzes/

003 Encryption and Decryption Concepts.html

4.1 KB

/quizzes/

004 Integrity.html

3.2 KB

/quizzes/

005 Timestamp.html

3.3 KB

/01 Start Here/

001 Instructor and course introduction.mp4

16.0 MB

002 How to make the best of this course.mp4

3.8 MB

/02 SOAP Web Service Creation/

003 Simple Usecase.mp4

2.0 MB

004 Create the Project.mp4

6.3 MB

005 Add Maven Dependencies.mp4

9.3 MB

006 Create the WS Endpoint.mp4

11.2 MB

007 Mark with JAXB Annotations.mp4

6.3 MB

008 Mark with JAX-WS Annotations.mp4

3.8 MB

009 Configure the endpoint.mp4

8.3 MB

010 Configure the cxf servlet.mp4

4.7 MB

011 Deploy and Run.mp4

7.6 MB

/03 SOAP Web Service Client Creation/

012 Create the client Project.mp4

6.5 MB

013 Generate the Stubs.mp4

9.0 MB

014 Create the client and test.mp4

13.5 MB

015 Enable CXF logging.mp4

7.5 MB

/04 SOAP WS Standards Concepts/

016 Why WS Standards.mp4

4.6 MB

017 SOAP WS Security Introduction.mp4

11.8 MB

018 WS Security and Apache CXF.mp4

7.7 MB

/05 WS Security - Authentication/

019 What is Username Token Profile.mp4

2.9 MB

020 Steps to Configure Username Token Profile.mp4

1.4 MB

021 Update the maven dependencies.mp4

4.9 MB

022 Configure User Name Token Profile.mp4

9.1 MB

023 Create and configure the PasswordCallbackHandler.mp4

13.0 MB

024 Run the application on the server.mp4

7.7 MB

025 Update Client Maven Dependencies.mp4

3.2 MB

026 Retrieve the CXF Client Proxy.mp4

3.3 MB

027 Create the WSSJ Interceptors Programmatically.mp4

4.1 MB

028 Configure the properties.mp4

6.7 MB

029 Run the test.mp4

7.8 MB

/06 Encryption and Decryption Concepts/

030 Confidentiality Introduction.mp4

10.9 MB

031 The Java keytool.mp4

4.0 MB

032 Generate a key pair using the keytool.mp4

14.8 MB

033 Export the public certificate.mp4

4.0 MB

/07 WS Security - ConfidentialityEncryptionDecryption/

034 Steps to enable Encryption.mp4

2.2 MB

035 Create the Key Pairs.mp4

14.0 MB

036 Export the public keys.mp4

6.4 MB

037 Import the certificates.mp4

4.0 MB

038 The trustcacerts Flag.mp4

2.3 MB

039 Copy the keystores to projects.mp4

3.0 MB

040 Configure Encryption Action and Properties.mp4

4.8 MB

041 Create the property file.mp4

7.9 MB

042 Update the PasswordCallbackHandler.mp4

1.9 MB

043 Add decryption action.mp4

4.1 MB

044 Create the property file.mp4

3.3 MB

045 Update the PasswordCallbackHandler.mp4

1.1 MB

046 Test encryption and decryption.mp4

13.7 MB

047 What just happened.mp4

4.8 MB

048 Enable encryption on the Server.mp4

6.9 MB

049 Enable Decryption on the client.mp4

15.5 MB

/08 WS Security - Integrity Signatures/

050 What are Signatures.mp4

6.4 MB

051 Configure Signature on the client.mp4

5.7 MB

052 Configure to check for signature on the Server.mp4

7.0 MB

053 Run the test and verify the signature.mp4

2.1 MB

054 Sign the message on the server.mp4

3.5 MB

055 Verify the signature on the client.mp4

7.3 MB

/09 WS Security - Non Repudiation Timestamp/

056 What is a Timestamp.mp4

5.4 MB

057 Enable Timestamp on the Client and Provider.mp4

4.3 MB

058 Run a Test.mp4

8.6 MB

059 Time to Live.mp4

5.6 MB

/10 Securing parts of the message/

060 Introduction.mp4

5.2 MB

061 Encrypt the Signature Part on the Client.mp4

13.7 MB

062 Encrypt the Signature Part on the Provider and Test.mp4

16.8 MB

063 Use Timestamp Part in the Signature.mp4

15.2 MB

064 Download the completed projects.mp4

2.3 MB

/11 Implement OAuth 2 Security for REST Using Spring Boot/

065 OAUTH Concepts.mp4

2.3 MB

066 OAUTH in REST.mp4

7.0 MB

067 What are going to create.mp4

12.3 MB

068 Install Spring Tool Suite.mp4

5.3 MB

069 Configure JDK in STS.mp4

3.3 MB

070 Install Postman.mp4

4.3 MB

/12 Create the Spring Boot REST Application/

071 Completed Project For Your Reference.mp4

5.8 MB

072 Create the REST Project.mp4

8.2 MB

073 Create the Controllers.mp4

11.8 MB

074 Run the application.mp4

12.0 MB

/13 Loading users and roles/

075 Create the User and Role Entities.mp4

8.1 MB

076 Mark entities with JPA annotations.mp4

5.0 MB

077 Define the JPA Relationsships.mp4

7.5 MB

078 Implement the GrantAuthority Interface.mp4

3.2 MB

079 Create the UserRepository.mp4

6.5 MB

/14 Create the Authorization Server and Resource Server/

080 Create the WebSecurityConfiguration.mp4

6.1 MB

081 Create and use the UserDetailsService.mp4

10.0 MB

082 Create the AuthorizationServerConfiguration.mp4

6.2 MB

083 Configure the Services.mp4

8.1 MB

084 Create and Expose the TokenServices bean.mp4

4.9 MB

085 Configure Client Information.mp4

8.1 MB

086 Configure the ResourceId.mp4

4.8 MB

087 Create the ResourceServerConfiguration.mp4

6.7 MB

088 Map the Roles to REST URIs.mp4

4.8 MB

089 Change the Spring Security Filter Order.mp4

2.2 MB

090 Some Refactoring.mp4

3.1 MB

/15 Test the application/

091 Create Users and Roles.mp4

5.7 MB

092 Launch the application.mp4

6.9 MB

093 Authenticate and receive the token.mp4

8.2 MB

094 Access the REST Endpoints.mp4

8.8 MB

095 Debug and Step Through the Application.mp4

21.8 MB

/16 Swagger Quick Start/

096 Introduction.mp4

13.2 MB

097 CXF Swagger Feature.mp4

9.1 MB

098 Swagger Java Annotations.mp4

5.1 MB

099 Download and Import the Project.mp4

12.0 MB

100 Step1 - Add Maven Dependency.mp4

5.5 MB

101 Step 2 - Configure the Swagger CXF Feature.mp4

11.3 MB

102 Step 3 - Use the Swagger API.mp4

2.4 MB

103 Swagger in Action.mp4

9.1 MB

104 Enable Swagger UI.mp4

7.7 MB

105 CRUD Using Swagger UI.mp4

18.0 MB

/17 Wrap Up/

106 Discounts on my other courses.html

2.8 KB

/

[FreeCoursesOnline.Us].txt

0.1 KB

FreeCoursesOnline.Us.url

0.2 KB

[FreeTutorials.Us].txt

0.1 KB

Freetutorials.Us.url

0.1 KB

 

Total files 126


Copyright © 2025 FileMood.com