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

run.halo.app.security.device.DeviceService Maven / Gradle / Ivy

The newest version!
package run.halo.app.security.device;

import org.springframework.security.core.Authentication;
import org.springframework.web.server.ServerWebExchange;
import reactor.core.publisher.Mono;

public interface DeviceService {

    Mono loginSuccess(ServerWebExchange exchange, Authentication successfullAuthentication);

    Mono changeSessionId(ServerWebExchange exchange);

    Mono revoke(String principalName, String deviceId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy