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

authentication.ISymAuth Maven / Gradle / Ivy

There is a newer version: 1.3.9
Show newest version
package authentication;

public interface ISymAuth {
    void authenticate();
    void sessionAuthenticate();
    void kmAuthenticate();
    String getSessionToken();
    void setSessionToken(String sessionToken);
    String getKmToken();
    void setKmToken(String kmToken);
    void logout();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy