Uses of Interface
org.apache.sling.auth.core.spi.AuthenticationHandler
Packages that use AuthenticationHandler
Package
Description
Provides API to be implemented by provides of authentication
mechanisms.
-
Uses of AuthenticationHandler in org.apache.sling.auth.core.impl
Classes in org.apache.sling.auth.core.impl that implement AuthenticationHandlerModifier and TypeClassDescriptionclassorg.apache.sling.auth.core.impl.AbstractAuthenticationHandlerHolderTheAbstractAuthenticationHandlerHolderis a base class to represent authentication handlers (both legacy and new ones) for use in theSlingAuthenticator. -
Uses of AuthenticationHandler in org.apache.sling.auth.core.impl.engine
Classes in org.apache.sling.auth.core.impl.engine that implement AuthenticationHandlerModifier and TypeClassDescriptionfinal classTheEngineAuthenticationHandlerHolderclass represents an old-style SlingAuthenticationHandlerservice in the internal data structure of theSlingAuthenticator. -
Uses of AuthenticationHandler in org.apache.sling.auth.core.spi
Classes in org.apache.sling.auth.core.spi that implement AuthenticationHandler
AuthenticationHandlerimplementations should extendDefaultAuthenticationFeedbackHandlerdirectly and use the utility methods in theAuthUtilclass.