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

io.milton.sso.SsoSessionProvider Maven / Gradle / Ivy

Go to download

Milton Enterprise: Supports DAV level 2 and above, including Caldav and Carddav. Available on AGPL or commercial licenses

The newest version!
/*
 * Copyright 2012 McEvoy Software Ltd.
 *
 * 
 */
package io.milton.sso;

/**
 *
 * @author brad
 */
public interface SsoSessionProvider {

    Object getUserTag(String firstComp);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy