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

com.proofpoint.discovery.AuthManager Maven / Gradle / Ivy

The newest version!
package com.proofpoint.discovery;

import javax.servlet.http.HttpServletRequest;

/*
 * Implementation should throw a WebApplicationException with an appropriate response code on auth failure
 */
public interface AuthManager
{
    void checkAuthAnnounce(Id nodeId, DynamicAnnouncement announcement, HttpServletRequest request);

    void checkAuthDelete(Id nodeId, HttpServletRequest request);

    void checkAuthReplicate(HttpServletRequest request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy