@InterfaceAudience.Public
@InterfaceStability.Evolving
public interface IdMappingServiceProvider
Modifier and Type | Method and Description |
---|---|
int |
getGid(String group) |
int |
getGidAllowingUnknown(String group) |
String |
getGroupName(int gid,
String unknown) |
int |
getUid(String user) |
int |
getUidAllowingUnknown(String user) |
String |
getUserName(int uid,
String unknown) |
int getUid(String user) throws IOException
IOException
int getGid(String group) throws IOException
IOException
int getUidAllowingUnknown(String user)
int getGidAllowingUnknown(String group)
Copyright © 2024 Apache Software Foundation. All rights reserved.