VOOZH about

URL: https://www.javacodegeeks.com/tag/security/page/20

⇱ Security Archives - Page 20 of 23 - Java Code Geeks


  • Software Development👁 Image
    Roger HughesJuly 3rd, 2012
    0 114

    OAuth 2.0 Webapp Flow Overview

    In my last few blogs I’ve been talking about accessing Software as a Service (SaaS) providers such as Facebook and…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Ricardo ZuastiJuly 2nd, 2012
    31 7,359

    Anti cross-site scripting (XSS) filter for Java web apps

    Here is a good and simple anti cross-site scripting (XSS) filter written for Java web applications. What it basically does…

    Read More »
  • Enterprise Java👁 Image
    Jakub HolyJune 23rd, 2012
    1 354

    JBoss AS 7: Custom Login Modules

    JBoss AS 7 is neat but the documentation is still quite lacking (and error messages not as useful as they…

    Read More »
  • Enterprise Java👁 Image
    Mackie MathewJune 22nd, 2012
    0 166

    Servlet Basic Auth in an OSGi environment

    You will first need to get a reference to the OSGI HTTP Service. You can do this through a declarative…

    Read More »
  • Enterprise Java👁 Image
    Ricardo ZuastiJune 22nd, 2012
    5 635

    Preventing CSRF in Java web apps

    Cross-site request forgery attacks (CSRF) are very common in web applications and can cause significant harm if allowed. If you…

    Read More »
  • Enterprise Java👁 Image
    Jeff DavisJune 20th, 2012
    2 216

    Google Services Authentication in App Engine, Part 2

    In the first part of the tutorial I described how to use OAuth for access/authentication for Google’s API services. Unfortunately, as…

    Read More »
  • Enterprise Java👁 Image
    Jeff DavisJune 20th, 2012
    2 162

    Google Services Authentication in App Engine, Part 1

    This post will illustrate how to build a simple Google App Engine (GAE) Java application that authenticates against Google as…

    Read More »
  • Software Development👁 Image
    Jim BirdJune 18th, 2012
    0 116

    Where do Security Requirements come from?

    One of the problems in building a secure application is that it’s not always clear what the security requirements are…

    Read More »
  • Software Development👁 Image
    Prabath SiriwardenaJune 14th, 2012
    1 177

    Key Exchange Patterns with Web Services Security

    When we have message level security with web services – how we achieve integrity and confidentiality is through keys. Keys…

    Read More »
  • First
  • ...
  • 10
  • «
  • 19
  • 20
  • 21
  • »
  • ...
  • Last
Back to top button
Close