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

com.quincy.auth.service.AuthCallback Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package com.quincy.auth.service;

import com.quincy.auth.o.User;

public interface AuthCallback {
	public void updateLastLogined(String jsessionid);
	public User getUser();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy