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

de.yourinspiration.spring.jwt.UserService Maven / Gradle / Ivy

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