Module com.erudika.para.server
Package com.erudika.para.server.security
package com.erudika.para.server.security
The security module - handles authentication.
- Author:
- Alex Bogdanovski [[email protected]]
-
ClassDescriptionRest request matcher - returns true if the request is RESTful.A simple wrapper for the authentication object.Stores information about authenticated users.CSRF protection matcher - matches POST, PUT, PATCH, DELETE requests that are not in the ignored list and not API or authentication requests.Ignored request matcher - returns true if the request should be ignored (CSRF, security, etc).Represents a user authentication with JWT.An authentication provider that verifies JSON web tokens.JwtConfigurer.Security filter that intercepts authentication requests (usually coming from the client-side) and validates JWT tokens.Represents a user authentication with LDAP.An authentication provider that supports LDAP and AD.LDAP authenticator for either bind-based or password comparison authentication.Signs OAuth 1.0a requests using HMAC-SHA1.Authenticates API access for
App
andUser
objects.Rest request matcher - returns true if the request is RESTful.Programmatic configuration for Spring Security.The default security module.Utility class with helper methods for authentication.Access denied handler.Authentication entry point.Simple handler for successful authentication requests.Simple handler for successful authentication requests.Simple cache implementation for saving authentication request.Simple user service.A simple wrapper for the authentication object.