Skip navigation links

Oracle® Database XML Java API Reference
11g Release 1 (11.1)

B28391-01


javax.jcr
Interface Credentials

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
JDBCConnectionCredentials, SimpleCredentials

public interface Credentials
extends java.io.Serializable

Interface for all credentials that may be passed to the Repository.login(Credentials credentials, String workspaceName) method. Serves as a marker interface that all repositories must implement when providing a credentials class. See SimpleCredentials for one example of such a class.



Skip navigation links

Oracle® Database XML Java API Reference
11g Release 1 (11.1)

B28391-01


Copyright © 2004-2005 Day Software Management AG. All Rights Reserved.