public abstract class AbstractModule extends Object implements IModule
| Constructor and Description |
|---|
AbstractModule() |
| Modifier and Type | Method and Description |
|---|---|
Collection<com.evasion.ModuleProperty> |
getModuleProperties()
Recherche par
|
String |
getModuleProperty(String key) |
protected ParametreManagerLocal |
getParamManager() |
String |
getPrinciaplUserName() |
abstract Principal |
getPrincipal() |
Object |
getPrincipalProperty(String property) |
Date |
getUserLastLogin() |
protected static Principal |
glassfishWorkAround(Principal webPrincipal) |
void |
refreshModuleProperties() |
void |
registerModule() |
void |
setModuleProperty(String key,
Object value) |
public void refreshModuleProperties()
refreshModuleProperties in interface IModule@PostConstruct public void registerModule()
registerModule in interface IModulepublic Collection<com.evasion.ModuleProperty> getModuleProperties()
getModuleProperties in interface IModulepublic void setModuleProperty(String key, Object value)
setModuleProperty in interface IModulepublic String getModuleProperty(String key)
getModuleProperty in interface IModulepublic String getPrinciaplUserName() throws EvasionException
getPrinciaplUserName in interface IModuleEvasionExceptionpublic Object getPrincipalProperty(String property) throws EvasionException
getPrincipalProperty in interface IModuleEvasionExceptionpublic Date getUserLastLogin() throws EvasionException
getUserLastLogin in interface IModuleEvasionExceptionpublic abstract Principal getPrincipal() throws EvasionException
getPrincipal in interface IModuleEvasionExceptionprotected ParametreManagerLocal getParamManager()
Copyright © 2012. All Rights Reserved.