Interface AuthenticationInfoPostProcessor


  • @Deprecated(since="2015")
    public 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 Detail

      • SERVICE_NAME

        static final java.lang.String 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:
        Constant Field Values