public class AuthServiceManagerImpl extends Object implements org.oiue.service.auth.AuthServiceManager, org.osgi.service.cm.ManagedService, Serializable
| Constructor and Description |
|---|
AuthServiceManagerImpl(org.oiue.service.log.LogService logService) |
| Modifier and Type | Method and Description |
|---|---|
org.oiue.service.online.Online |
login(Map per) |
boolean |
logout(Map per) |
boolean |
registerAuthService(String name,
org.oiue.service.auth.AuthService auth) |
void |
unregister() |
boolean |
unRegisterAuthService(String name) |
void |
updated(Dictionary<String,?> props) |
public AuthServiceManagerImpl(org.oiue.service.log.LogService logService)
public org.oiue.service.online.Online login(Map per)
login in interface org.oiue.service.auth.AuthServicepublic boolean logout(Map per)
logout in interface org.oiue.service.auth.AuthServicepublic boolean registerAuthService(String name, org.oiue.service.auth.AuthService auth)
registerAuthService in interface org.oiue.service.auth.AuthServiceManagerpublic boolean unRegisterAuthService(String name)
unRegisterAuthService in interface org.oiue.service.auth.AuthServiceManagerpublic void updated(Dictionary<String,?> props) throws org.osgi.service.cm.ConfigurationException
updated in interface org.osgi.service.cm.ManagedServiceorg.osgi.service.cm.ConfigurationExceptionpublic void unregister()
unregister in interface org.oiue.service.auth.AuthServiceCopyright © 2016. All rights reserved.