jar

com.day.cq : cq-authhandler

Maven & Gradle

Oct 29, 2020
3 usages

Day Communique 5 Authentication Handler · Authentication Handler implementation supporting HTTP Basic and Single Sing-On authentication

Table Of Contents

Latest Version

Download com.day.cq : cq-authhandler JAR file - Latest Versions:

All Versions

Download com.day.cq : cq-authhandler JAR file - All Versions:

Version Vulnerabilities Size Updated
5.5.x
5.4.x
5.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window cq-authhandler-5.3.14.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.day.cq.auth.impl.cug

├─ com.day.cq.auth.impl.cug.CugRoot.class - [JAR]

├─ com.day.cq.auth.impl.cug.CugSupportImpl.class - [JAR]

├─ com.day.cq.auth.impl.cug.CugSupportWebConsolePlugin.class - [JAR]

org.apache.sling.commons.osgi

├─ org.apache.sling.commons.osgi.OsgiUtil.class - [JAR]

com.day.cq.auth.impl

├─ com.day.cq.auth.impl.AbstractHTTPAuthHandler.class - [JAR]

├─ com.day.cq.auth.impl.Activator.class - [JAR]

├─ com.day.cq.auth.impl.AuthenticationFormServlet.class - [JAR]

├─ com.day.cq.auth.impl.CugSupport.class - [JAR]

├─ com.day.cq.auth.impl.HTTPAuthHandler.class - [JAR]

├─ com.day.cq.auth.impl.LoginSelectorHandler.class - [JAR]

├─ com.day.cq.auth.impl.LoginServlet.class - [JAR]

├─ com.day.cq.auth.impl.SsoAuthenticationHandler.class - [JAR]

Advertisement