Security enhancements in JEE 8

JEE 8 has incorporated Java EE Security API 1.0 (JSR 375, https://javaee.github.io/security-spec/). Enhancements in these APIs are broadly classed into four categories: 

  • Support for the Servlet 4.0 authentication mechanism. You can specify the type of authentication in servlets using annotations. For example, @BasicAuthenticationMechanismDefinition for basic authentication, @FormAuthenticationMechanismDefinition for form-based authentication, and @CustomFormAuthenticationMechanismDefinition for custom authentication. For more information, refer to https://javaee.github.io/security-spec/spec/jsr375-spec.html#authentication-mechanism.
  • Identity Store APIs. By implementing the Identity Store interface, you can ...

Get Java EE 8 Development with Eclipse now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.