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

io.vanillabp.cockpit.commons.security.usercontext.UserDetailsProvider Maven / Gradle / Ivy

The newest version!
package io.vanillabp.cockpit.commons.security.usercontext;

import org.springframework.security.core.Authentication;

public interface UserDetailsProvider {

    UserDetails getUserDetails(Authentication authentication);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy