Package org.pentaho.di.core.auth
Class AuthenticationPersistenceManager
- java.lang.Object
-
- org.pentaho.di.core.auth.AuthenticationPersistenceManager
-
public class AuthenticationPersistenceManager extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthenticationPersistenceManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AuthenticationManager
getAuthenticationManager()
static void
persistAuthenticationProvider(AuthenticationProvider authenticationProvider)
-
-
-
Method Detail
-
getAuthenticationManager
public static AuthenticationManager getAuthenticationManager()
-
persistAuthenticationProvider
public static void persistAuthenticationProvider(AuthenticationProvider authenticationProvider)
-
-