Package org.pentaho.di.core.auth
Class UsernamePasswordAuthenticationProvider
java.lang.Object
org.pentaho.di.core.auth.UsernamePasswordAuthenticationProvider
- All Implemented Interfaces:
AuthenticationProvider
public class UsernamePasswordAuthenticationProvider
extends Object
implements AuthenticationProvider
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorDescriptionUsernamePasswordAuthenticationProvider
(String id, String username, String password) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
void
void
setPassword
(String password) void
setUsername
(String username)
-
Constructor Details
-
UsernamePasswordAuthenticationProvider
public UsernamePasswordAuthenticationProvider() -
UsernamePasswordAuthenticationProvider
-
-
Method Details
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAuthenticationProvider
-
getId
- Specified by:
getId
in interfaceAuthenticationProvider
-
setId
-