ecologylab.services.authentication
Class AuthenticationTranslations
java.lang.Object
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
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AuthenticationTranslations
public AuthenticationTranslations()
get
public static TranslationSpace get()
get
public static TranslationSpace get(java.lang.String customName,
TranslationSpace otherSpaceToCompose)