Package | Description |
---|---|
org.jvnet.libpam | |
org.jvnet.libpam.impl |
Modifier and Type | Method and Description |
---|---|
UnixUser |
PAM.authenticate(java.lang.String username,
java.lang.String password)
Authenticate the user with a password.
|
java.util.Set<java.lang.String> |
PAM.getGroupsOfUser(java.lang.String username)
Deprecated.
Pointless and ugly convenience method.
|
Constructor and Description |
---|
PAM(java.lang.String serviceName)
Creates a new authenticator.
|
UnixUser(java.lang.String userName) |
Modifier and Type | Method and Description |
---|---|
static CLibrary.passwd |
CLibrary.passwd.loadPasswd(java.lang.String userName) |
Copyright © 2014. All Rights Reserved.