org.jvnet.libpam.impl
Interface LinuxCLibrary

All Superinterfaces:
CLibrary, com.sun.jna.Library

public interface LinuxCLibrary
extends CLibrary

Author:
Sebastian Sdorra

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.libpam.impl.CLibrary
CLibrary.group, CLibrary.Instance, CLibrary.passwd
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
com.sun.jna.Library.Handler
 
Field Summary
 
Fields inherited from interface org.jvnet.libpam.impl.CLibrary
libc
 
Fields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 
Method Summary
 LinuxPasswd getpwnam(String username)
           
 
Methods inherited from interface org.jvnet.libpam.impl.CLibrary
_getgroupsbymember, calloc, getgrgid, getgrnam, getgrouplist, strdup
 

Method Detail

getpwnam

LinuxPasswd getpwnam(String username)
Specified by:
getpwnam in interface CLibrary


Copyright © 2012. All Rights Reserved.