nl.toolforge.karma.core.vc
Class AuthenticatorKey

java.lang.Object
  extended bynl.toolforge.karma.core.vc.AuthenticatorKey

public final class AuthenticatorKey
extends java.lang.Object

Version:
$Id: AuthenticatorKey.java,v 1.3 2004/10/26 22:58:47 clutjespelberg Exp $
Author:
D.A. Smedes

Constructor Summary
AuthenticatorKey(java.lang.String workingContext, java.lang.String locationId)
          Creates a new authenticator key.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticatorKey

public AuthenticatorKey(java.lang.String workingContext,
                        java.lang.String locationId)
Creates a new authenticator key. References to locations.xml.

Parameters:
workingContext - The name of the working context.
locationId - The id of the location.
Throws:
java.lang.IllegalArgumentException - When the parameters are empty or null.
Method Detail

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object obj)

toString

public java.lang.String toString()


Copyright © 2002-2004 Toolforge. All Rights Reserved.