Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.storage.sql
Class ConnectionSpecImpl

java.lang.Object
  extended by org.nuxeo.ecm.core.storage.sql.ConnectionSpecImpl
All Implemented Interfaces:
ConnectionSpec

public class ConnectionSpecImpl
extends Object
implements ConnectionSpec

This represents the parameters (mostly, credentials) passed by the application to the Repository when requesting the creation of a Session.

Author:
Florent Guillaume

Constructor Summary
ConnectionSpecImpl(Credentials credentials)
           
 
Method Summary
 boolean equals(Object o)
           
 Credentials getCredentials()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionSpecImpl

public ConnectionSpecImpl(Credentials credentials)
Method Detail

getCredentials

public Credentials getCredentials()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.