Uses of Interface
org.apache.sling.auth.core.spi.AuthenticationFeedbackHandler
Package
Description
Provides API to be implemented by provides of authentication
mechanisms.
-
Uses of AuthenticationFeedbackHandler in org.apache.sling.auth.core.impl.engine
Modifier and TypeMethodDescriptionprotected AuthenticationFeedbackHandler
EngineAuthenticationHandlerHolder.getFeedbackHandler()
-
Uses of AuthenticationFeedbackHandler in org.apache.sling.auth.core.spi
Modifier and TypeClassDescriptionclass
Deprecated.class
AuthenticationHandler
implementations should extendDefaultAuthenticationFeedbackHandler
directly and use the utility methods in theAuthUtil
class.