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

javax.jcr.Credentials Maven / Gradle / Ivy

There is a newer version: 2024.9.17689.20240905T073330Z-240800
Show newest version
/*
 * Copyright 2009 Day Management AG, Switzerland. All rights reserved.
 */
package javax.jcr;

import java.io.Serializable;

/**
 * Interface for all credentials that may be passed to the {@link
 * Repository#login(Credentials credentials, String workspaceName)} method.
 * Serves as a marker interface that all repositories must implement when
 * providing a credentials class. See {@link SimpleCredentials} and {@link
 * GuestCredentials} for examples of such a class.
 */
public interface Credentials extends Serializable {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy