|
|
Package com.dassault_systemes.enovwebsrvr.ews0infra.interfaces |
Interface ENOVILogonToken
|
Class Hierarchy |
com.dassault_systemes.enovwebsrvr.ews0infra.interfaces.ENOVILogonToken
Class Location |
Class Description |
public interface ENOVILogonToken
This interface represents the logon information for the application server.
Field Summary |
String | TOKEN_NAME_KEY |
String | TOKEN_KEY |
String | LOGON_HOOKUP_NAME |
Constructor Summary |
Method Summary |
String | getUserId() |
String | getEncryptedPassword() |
String | getServerHost() |
int | getServerPort() |
String | getLogonContext() |
String | getLogonOrg() |
String | getLogonProject() |
String | getLogonRole() |
Locale | getLocale() |
void | setLocale(Locale iLocale) |
SessionToken | getSessionToken() |
void | setSettings(ENOVISettings settings) |
ENOVISettings | getSettings() |
void | invalidate() |
void | setCachingEnabled(boolean iEnabled) |
CacheManager | getCacheManager() |
Field Detail |
String TOKEN_NAME_KEYProperty key which stored the name used to store the logon token
String TOKEN_KEYSuggested property name under which to store logon token
String LOGON_HOOKUP_NAMEHookup logon event name for LCA Nav
Constructor Detail |
Method Detail |
String getUserId()Gets the user id used to create this token
String getEncryptedPassword()Gets user encrypted password
String getServerHost()Gets logon server name
int getServerPort()Gets logon server port
String getLogonContext()Gets logon context (role.org,project)
String getLogonOrg()Gets logon organization from logon context (ROLE.ORG.PROJECT)
String getLogonProject()Gets logon project from logon context (ROLE.ORG.PROJECT)
String getLogonRole()Gets logon role from logon context (ROLE.ORG.PROJECT)
Locale getLocale()Gets the locale
void setLocale(Locale iLocale)Sets locale
SessionToken getSessionToken()Access multi-user sesssion - LCA authentication token
void setSettings(ENOVISettings settings)Sets object for session data storage - encapsulates http session
ENOVISettings getSettings()Gets settings object
void invalidate()Log off & memory clean
void setCachingEnabled(boolean iEnabled)Enable / disable object cache
CacheManager getCacheManager()Access data object cache, returns null if caching is disabled