io.milton.sso.SsoSessionProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of milton-server-ent Show documentation
Show all versions of milton-server-ent Show documentation
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