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

cloud.agileframework.security.provider.TokenValidateProvider Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package cloud.agileframework.security.provider;

import org.springframework.security.core.AuthenticationException;
import org.springframework.security.core.userdetails.UserDetails;

/**
 * 会话验证
 */
public interface TokenValidateProvider {
    void validate(UserDetails userDetails) throws AuthenticationException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy