Uses of Interface
org.apache.sling.auth.core.spi.AuthenticationFeedbackHandler
-
Packages that use AuthenticationFeedbackHandler Package Description org.apache.sling.auth.core.impl org.apache.sling.auth.core.impl.engine org.apache.sling.auth.core.spi Provides API to be implemented by provides of authentication mechanisms. -
-
Uses of AuthenticationFeedbackHandler in org.apache.sling.auth.core.impl
Methods in org.apache.sling.auth.core.impl that return AuthenticationFeedbackHandler Modifier and Type Method Description protected abstract AuthenticationFeedbackHandler
AbstractAuthenticationHandlerHolder. getFeedbackHandler()
Returns a feedback handler provided by the authentication handler held by this instance ornull
if none is provided. -
Uses of AuthenticationFeedbackHandler in org.apache.sling.auth.core.impl.engine
Methods in org.apache.sling.auth.core.impl.engine that return AuthenticationFeedbackHandler Modifier and Type Method Description protected AuthenticationFeedbackHandler
EngineAuthenticationHandlerHolder. getFeedbackHandler()
-
Uses of AuthenticationFeedbackHandler in org.apache.sling.auth.core.spi
Classes in org.apache.sling.auth.core.spi that implement AuthenticationFeedbackHandler Modifier and Type Class Description class
AbstractAuthenticationHandler
Deprecated.since Bundle 1.0.8;AuthenticationHandler
implementations should extendDefaultAuthenticationFeedbackHandler
directly and use the utility methods in theAuthUtil
class.class
DefaultAuthenticationFeedbackHandler
-