Handlers Glossary
Browse 6 handlers terms defined in plain English, from the cultural dictionary of computing.
6 Handlers Terms
- Authentication Handler
- A component that receives authentication-related requests and coordinates validation, token issuance, redirects, or session setup. Authentication handlers...
- Authorization Handler
- A component that evaluates one or more authorization rules or policies for a request and decides whether the action should proceed. Authorization handlers...
- Chain Pattern
- A design pattern in which a request or piece of data is passed through a sequence of handlers, each of which may process it, modify it, or decide whether to...
- Command Handler
- A unit of code responsible for executing the logic associated with a specific command or action request. Command handlers are often used to keep intent,...
- Connection Handler
- A component or function responsible for establishing, managing, and reacting to the lifecycle of a connection. Connection handlers commonly process events such...
- Custom Handler
- A user-defined function or component that handles a request, event, callback, or processing step in a tailored way. Custom handlers allow teams to extend...
Related Topics
- Architecture (1 terms in common)
- Events (1 terms in common)
- Connections (1 terms in common)
- Policies (1 terms in common)
- Patterns (1 terms in common)
- Design Patterns (1 terms in common)
- Commands (1 terms in common)
- Authorization (1 terms in common)
- Networking (1 terms in common)
- Middleware (1 terms in common)
- Backend (1 terms in common)
- Authentication (1 terms in common)