Registry / auth / org-apache-sling-auth-core

org-apache-sling-auth-core

JSON →
library2.0.2javamavenunverified

Provides basic mechanisms to authenticate HTTP requests with a JCR repository via extensible AuthenticationHandler interface.

<dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.auth.core</artifactId> <version>2.0.2</version> </dependency>
INSTALL
IMPORT
SIG · ORG-APACHE-SLING-A
O
org-apache-sling-auth-core
authjavav2.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AuthenticationHandler
org.apache.sling.auth.core.AuthenticationHandler

Implement a custom authentication handler.

import org.apache.sling.auth.core.AuthenticationHandler; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; public class CustomAuthHandler implements AuthenticationHandler { @Override public boolean extractCredentials(HttpServletRequest request, HttpServletResponse response) { return false; } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
org-apache-sling-auth-core — mvn dependency:get org-apache-sling-auth-core · libregistry