|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationException | |
nl.toolforge.karma.core.boot | |
nl.toolforge.karma.core.location | The location package contains classes managing location objects. |
nl.toolforge.karma.core.module | |
nl.toolforge.karma.core.test | This package contains classes to support JUnit testing. |
nl.toolforge.karma.core.vc | The vc package contains implementation code for connections
and processing classes to version control systems. |
nl.toolforge.karma.core.vc.cvsimpl |
CVS implementation of the vc package. |
Uses of AuthenticationException in nl.toolforge.karma.core.boot |
Methods in nl.toolforge.karma.core.boot that throw AuthenticationException | |
void |
ManifestStore.commit(java.lang.String releaseName)
Commits the manifest file identified by releaseName to the repository. |
void |
Store.update()
Updates the local checkout of the manifest store. |
void |
AdminStore.update()
|
Uses of AuthenticationException in nl.toolforge.karma.core.location |
Methods in nl.toolforge.karma.core.location that throw AuthenticationException | |
void |
Location.connect()
Tries to open a connection to the server if the protocol is a remote protocol. |
Uses of AuthenticationException in nl.toolforge.karma.core.module |
Methods in nl.toolforge.karma.core.module that throw AuthenticationException | |
void |
BaseModule.createRemote(Authenticator authenticator,
java.lang.String createComment)
|
void |
Module.createRemote(Authenticator authenticator,
java.lang.String createComment)
|
Uses of AuthenticationException in nl.toolforge.karma.core.test |
Methods in nl.toolforge.karma.core.test that throw AuthenticationException | |
protected Runner |
LocalCVSInitializer.getTestRunner()
Initializes a Runner for test purposes. |
protected Runner |
LocalCVSInitializer.getTestRunner(CommandResponse response)
Initializes a Runner for test purposes, with an optional CommandResponse. |
Uses of AuthenticationException in nl.toolforge.karma.core.vc |
Methods in nl.toolforge.karma.core.vc that throw AuthenticationException | |
static void |
Authenticators.changePassword(AuthenticatorKey key,
java.lang.String newPassword)
|
static Authenticator |
Authenticators.getAuthenticator(Authenticator authenticator)
|
static Authenticator |
Authenticators.getAuthenticator(AuthenticatorKey key)
Retrieves an Authenticator entry from the authenticators.xml file. |
static void |
Authenticators.addAuthenticator(Authenticator authenticator)
Adds an authenticator to authenticators.xml if the authenticator does not yet exist. |
static void |
Authenticators.deleteAuthenticator(Authenticator authenticator)
Deletes an authenticator entry from authenticators.xml . |
static Runner |
RunnerFactory.getRunner(Location location)
A Runner might be required for a command to execute something on a version control system. |
Uses of AuthenticationException in nl.toolforge.karma.core.vc.cvsimpl |
Methods in nl.toolforge.karma.core.vc.cvsimpl that throw AuthenticationException | |
void |
CVSRepository.connect()
|
Constructors in nl.toolforge.karma.core.vc.cvsimpl that throw AuthenticationException | |
CVSRunner(Location location)
Constructs a runner to fire commands on a CVS repository. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |