Package com.mapr.login
Class PasswordAuthentication
- java.lang.Object
-
- com.mapr.login.PasswordAuthentication
-
public class PasswordAuthentication extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPASSWORD_PAM_JAAS_CONFIGUATION
-
Constructor Summary
Constructors Constructor Description PasswordAuthentication()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanauthenticate(java.lang.String user, java.lang.String pass)static voidmain(java.lang.String[] argv)
-
-
-
Field Detail
-
PASSWORD_PAM_JAAS_CONFIGUATION
public static final java.lang.String PASSWORD_PAM_JAAS_CONFIGUATION
- See Also:
- Constant Field Values
-
-