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

nl.info.webdav.ITransaction Maven / Gradle / Ivy

The newest version!
package nl.info.webdav;

import java.security.Principal;

/**
 * Definition of a basic webdav transaction.
 */
public interface ITransaction {

    /**
     * @return the security principal associated with this transaction
     */
    Principal getPrincipal();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy