All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.spt.development.audit.spring.security.AuthenticationAdapterFactory Maven / Gradle / Ivy

package com.spt.development.audit.spring.security;

/**
 * Factory used for creating {@link AuthenticationAdapter}s.
 */
public interface AuthenticationAdapterFactory {

    /**
     * Creates a new {@link AuthenticationAdapter} for the currently authenticated user.
     *
     * @return a new {@link AuthenticationAdapter} instance.
     */
    AuthenticationAdapter createAdapter();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy