Interface AuthenticationInfoPostProcessor
Deprecated.
Use Apache Sling's org.apache.sling.auth.core.spi package instead.
Service interface which allows bundles to modify the AuthenticationInfo object
after authentication has been performed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.The name under which an implementation of this interface must be registered to be used as an authentication info post processor. -
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcess(AuthenticationInfo info, HttpServletRequest request, HttpServletResponse response) Deprecated.Perform some post-processing on the AuthenticationInfo object.
-
Field Details
-
SERVICE_NAME
Deprecated.The name under which an implementation of this interface must be registered to be used as an authentication info post processor.- See Also:
-
-
Method Details
-
postProcess
Deprecated.Perform some post-processing on the AuthenticationInfo object.- Parameters:
info-request-response-
-