org.openrdf.sesame.omm
Interface KCS


public interface KCS

The interface KCS is an entry point to access the rest of the Ontology Middleware Module interfaces. The first method that should be called is 'authenticate'.


Method Summary
 boolean authenticate(String userID, String password)
          Perform a user authentication
 Reasoner getReasoner()
          Access the VersionManagement inteface
 SecurityServices getSecurityServices()
          Access the SecurityServices intrface.
 TrackingChanges getTrackingChanges()
          Access the TrackingChanges intrface.
 VersionManagement getVersionManagement()
          Access the VersionManagement inteface
 

Method Detail

authenticate

public boolean authenticate(String userID,
                            String password)
Perform a user authentication

Parameters:
userID -
password - password
Returns:
true if user can access the repository NOTE: this is an entry point for the requested operation. When authentication is performed the user permisisons are retrieved and used while the request is processed.

getSecurityServices

public SecurityServices getSecurityServices()
Access the SecurityServices intrface.

Returns:
SecurityServices inteface

getTrackingChanges

public TrackingChanges getTrackingChanges()
Access the TrackingChanges intrface.

Returns:
TrackingChanges inteface

getVersionManagement

public VersionManagement getVersionManagement()
Access the VersionManagement inteface

Returns:
VersionManagement inteface

getReasoner

public Reasoner getReasoner()
Access the VersionManagement inteface

Returns:
VersionManagement inteface


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.