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

com.ohadr.authentication.token.interfaces.UsernameTranslationService Maven / Gradle / Ivy

There is a newer version: 2.1-RELEASE
Show newest version
package com.ohadr.authentication.token.interfaces;

import org.springframework.security.core.Authentication;

public interface UsernameTranslationService
{
	public String getUsernameFromAuthentication(Authentication authentication);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy