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 AuthenticationFeedbackHandlerAbstractAuthenticationHandlerHolder. getFeedbackHandler()Returns a feedback handler provided by the authentication handler held by this instance ornullif 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 AuthenticationFeedbackHandlerEngineAuthenticationHandlerHolder. 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 classAbstractAuthenticationHandlerDeprecated.since Bundle 1.0.8;AuthenticationHandlerimplementations should extendDefaultAuthenticationFeedbackHandlerdirectly and use the utility methods in theAuthUtilclass.classDefaultAuthenticationFeedbackHandler
-