public interface IModule
| Modifier and Type | Method and Description |
|---|---|
Collection<com.evasion.ModuleProperty> |
getModuleProperties() |
String |
getModuleProperty(String key) |
String |
getPrinciaplUserName() |
Principal |
getPrincipal() |
Object |
getPrincipalProperty(String property) |
Date |
getUserLastLogin() |
void |
refreshModuleProperties() |
void |
registerModule() |
void |
setModuleProperty(String key,
Object value) |
void refreshModuleProperties()
void registerModule()
Collection<com.evasion.ModuleProperty> getModuleProperties()
String getPrinciaplUserName() throws EvasionException
EvasionExceptionObject getPrincipalProperty(String property) throws EvasionException
EvasionExceptionDate getUserLastLogin() throws EvasionException
EvasionExceptionPrincipal getPrincipal() throws EvasionException
EvasionExceptionCopyright © 2012. All Rights Reserved.