Uses of Package
com.erudika.para.server.security
Packages that use com.erudika.para.server.security
Package
Description
The security module - handles authentication.
Authentication filters - these handle social login and external authentication.
-
Classes in com.erudika.para.server.security used by com.erudika.para.server.securityClassDescriptionStores information about authenticated users.Represents a user authentication with JWT.Security filter that intercepts authentication requests (usually coming from the client-side) and validates JWT tokens.Represents a user authentication with LDAP.A protected path.Rest request matcher - returns true if the request is RESTful.Simple handler for successful authentication requests.Simple handler for successful authentication requests.A simple wrapper for the authentication object.
-
Classes in com.erudika.para.server.security used by com.erudika.para.server.security.filters