ecologylab.services.authentication
Class AuthenticationTranslations

java.lang.Object
  extended by ecologylab.services.authentication.AuthenticationTranslations

public class AuthenticationTranslations
extends java.lang.Object

Contains all of the information necessary to translate XML objects used in an authenticating server. Use AuthenticationTranslations.get() to acquire a TranslationSpace.

Author:
Zachary O. Toups (toupsz@cs.tamu.edu)

Field Summary
protected static java.lang.String DEFAULT_PACKAGE
           
protected static java.lang.String NAME
           
 
Constructor Summary
AuthenticationTranslations()
           
 
Method Summary
static TranslationSpace get()
           
static TranslationSpace get(java.lang.String customName, TranslationSpace otherSpaceToCompose)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

protected static final java.lang.String NAME
See Also:
Constant Field Values

DEFAULT_PACKAGE

protected static final java.lang.String DEFAULT_PACKAGE
See Also:
Constant Field Values
Constructor Detail

AuthenticationTranslations

public AuthenticationTranslations()
Method Detail

get

public static TranslationSpace get()

get

public static TranslationSpace get(java.lang.String customName,
                                   TranslationSpace otherSpaceToCompose)