Package org.pentaho.di.core.auth
Class NoAuthenticationAuthenticationProvider
- java.lang.Object
-
- org.pentaho.di.core.auth.NoAuthenticationAuthenticationProvider
-
- All Implemented Interfaces:
AuthenticationProvider
public class NoAuthenticationAuthenticationProvider extends Object implements AuthenticationProvider
-
-
Field Summary
Fields Modifier and Type Field Description static String
NO_AUTH_ID
-
Constructor Summary
Constructors Constructor Description NoAuthenticationAuthenticationProvider()
-
-
-
Field Detail
-
NO_AUTH_ID
public static final String NO_AUTH_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAuthenticationProvider
-
getId
public String getId()
- Specified by:
getId
in interfaceAuthenticationProvider
-
-