| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract AuthenticationFeedbackHandler |
AbstractAuthenticationHandlerHolder.getFeedbackHandler()
Returns a feedback handler provided by the authentication handler held by
this instance or
null if none is provided. |
| Modifier and Type | Method and Description |
|---|---|
protected AuthenticationFeedbackHandler |
EngineAuthenticationHandlerHolder.getFeedbackHandler() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAuthenticationHandler
Deprecated.
since Bundle 1.0.8;
AuthenticationHandler implementations
should extend DefaultAuthenticationFeedbackHandler
directly and use the utility methods in the AuthUtil
class. |
class |
DefaultAuthenticationFeedbackHandler |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.