Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add link to Spring Security

...

Security Filter

SecurityFilter is a Java Servlet Filter that mimics container managed security.

Spring Security

Spring Security is a powerful and highly customizable authentication and access-control framework. It is usually used with Spring Framework. In simple configuration it may be used as a filter to perform both authentication and authorization. It also can be used to perform authorization control at business methods of an application, and to implement domain object security.

...

Realms

OrientDB Realm

...