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

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

There is a newer version: 1.2.73
Show 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 - 2024 Weber Informatics LLC | Privacy Policy