io.milton.http.acl.PrincipalFactory 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.http.acl;
import io.milton.principal.Principal;
import io.milton.http.Auth;
/**
* Transforms various sources of user and group information into ACL compatible
* Principal objects
*
* @author brad
*/
public interface PrincipalFactory {
Principal fromAuth(Auth auth);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy