Package org.pentaho.platform.config
Class PasswordServiceFactory
java.lang.Object
org.pentaho.platform.config.PasswordServiceFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.pentaho.platform.api.util.IPasswordService
returns the current implementation of IPasswordServicestatic void
-
Constructor Details
-
PasswordServiceFactory
public PasswordServiceFactory()
-
-
Method Details
-
init
-
getPasswordService
public static org.pentaho.platform.api.util.IPasswordService getPasswordService()returns the current implementation of IPasswordService- Returns:
- datasource service
- Throws:
RuntimeException
- if class cannot be instantiated
-