jar

com.day.cq : cq-pinauthhandler

Maven & Gradle

Oct 29, 2020
4 usages

Day Communique 5 PIN Authentication Handler · Authentication handler supporting authentication using PINs without requiring passwords to be transmitted. Access PINs are attached to a user ID and may expire by time or by use count. In addition the PINs may be restricted by request URL path and/or HTTP method names.

Table Of Contents

Latest Version

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

All Versions

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

Version Vulnerabilities Size Updated
1.0.x
0.1.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-pinauthhandler-0.1.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.day.cq.auth.pin.impl

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

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

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

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

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

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

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

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

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

com.day.cq.auth.pin

├─ com.day.cq.auth.pin.Pin.class - [JAR]

├─ com.day.cq.auth.pin.PinManager.class - [JAR]

├─ com.day.cq.auth.pin.PinManagerFactory.class - [JAR]

├─ com.day.cq.auth.pin.PinUse.class - [JAR]