Uses of Interface
org.apache.sling.auth.core.spi.AuthenticationHandler
Package
Description
Provides API to be implemented by provides of authentication
mechanisms.
-
Uses of AuthenticationHandler in org.apache.sling.auth.core.impl
Modifier and TypeClassDescriptionclass
org.apache.sling.auth.core.impl.AbstractAuthenticationHandlerHolder
TheAbstractAuthenticationHandlerHolder
is 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
Modifier and TypeClassDescriptionfinal class
TheEngineAuthenticationHandlerHolder
class represents an old-style SlingAuthenticationHandler
service in the internal data structure of theSlingAuthenticator
. -
Uses of AuthenticationHandler in org.apache.sling.auth.core.spi
AuthenticationHandler
implementations should extendDefaultAuthenticationFeedbackHandler
directly and use the utility methods in theAuthUtil
class.