-
- All Implemented Interfaces:
public interface ServerAuthentication
-
-
Method Summary
Modifier and Type Method Description abstract LoggetLog()ServergetServer(String chartRepoServerId)StringdecryptPassword(String password)abstract SettingsgetSettings()abstract SecDispatchergetSecurityDispatcher()-
-
Method Detail
-
getLog
abstract Log getLog()
-
decryptPassword
String decryptPassword(String password)
-
getSettings
abstract Settings getSettings()
-
getSecurityDispatcher
abstract SecDispatcher getSecurityDispatcher()
-
-
-
-