
de.yourinspiration.spring.jwt.UserService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-jwt Show documentation
Show all versions of spring-jwt Show documentation
JWT integration for Spring web projects.
The newest version!
package de.yourinspiration.spring.jwt;
/**
* Retrieves the roles for a given subject.
*
* @author Marcel Härle - [email protected]
*
*/
public interface UserService {
/**
* Retrieves the roles for the given subject.
*
* @param subject
* the subject
* @return returns the roles
*/
String[] getRolesForSubject(String subject);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy