VOOZH about

URL: https://www.javacodegeeks.com/tag/spring-security/page/8

⇱ Spring Security Archives - Page 8 of 13 - Java Code Geeks


  • Enterprise Java👁 spring-interview-questions-answers
    Abhimanyu PrasadSeptember 21st, 2017
    3 924

    Secure REST Service with OAuth2 Tokens

    1. Introduction In this tutorial, we will check out how we can use Spring Security with OAuth to secure REST…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Abhimanyu PrasadSeptember 11th, 2017
    0 320

    Securing resources using Spring Security with OAuth

    1. Introduction In this tutorial, we will check out how we can use Spring Security with OAuth to secure the…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhimanyu PrasadSeptember 7th, 2017
    0 1,840

    Understanding OAuth2 token authentication

    1. Introduction In this tutorial, we will be understanding OAuth2 Token Authentication, such that only authenticated users and applications get a…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Florian HopfAugust 22nd, 2017
    0 4,144

    Spring Security and Multiple Filter Chains

    Spring Security is an immensely useful technology. It allows you to secure your application without being too intrusive and allows…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Arpit AggarwalMay 18th, 2017
    3 9,004

    Mocking Spring Security Context for Unit Testing

    Today, while writing unit test case for one of the Java method which looks like below: public ApplicationUser getApplicationUser() { ApplicationUser…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Emmanouil GkatziourasOctober 10th, 2016
    0 121

    Spring Security and Custom Password Encoding

    On a previous post we added password encoding to our spring security configuration using jdbc and md5 password encoding. However…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Emmanouil GkatziourasOctober 6th, 2016
    2 175

    Spring Security and Password Encoding

    On previous posts we dived into spring security. We implemented security backed by jdbc, security based on custom jdbc queries…

    Read More »
  • Enterprise Java👁 Image
    Emmanouil GkatziourasSeptember 29th, 2016
    1 207

    Spring boot with Spring Security and NoSQL

    In the previous post we set up a spring security configuration by providing custom queries for user and authority retrieval…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Emmanouil GkatziourasSeptember 22nd, 2016
    0 99

    Spring boot with Spring Security and jdbc Part 2

    On a previous post we implemented security based on the default table schemas that Spring Security issues requests. Considering users…

    Read More »
  • First
  • ...
  • «
  • 6
  • 7
  • 8
  • 9
  • 10
  • »
  • ...
  • Last
Back to top button
Close