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

io.milton.http.acl.PrincipalFactory 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.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