public static class SftpFileSystem.DefaultUserPrincipalLookupService extends UserPrincipalLookupService
Modifier and Type | Field and Description |
---|---|
static SftpFileSystem.DefaultUserPrincipalLookupService |
INSTANCE |
Constructor and Description |
---|
DefaultUserPrincipalLookupService() |
Modifier and Type | Method and Description |
---|---|
GroupPrincipal |
lookupPrincipalByGroupName(String group) |
UserPrincipal |
lookupPrincipalByName(String name) |
public static final SftpFileSystem.DefaultUserPrincipalLookupService INSTANCE
public UserPrincipal lookupPrincipalByName(String name) throws IOException
lookupPrincipalByName
in class UserPrincipalLookupService
IOException
public GroupPrincipal lookupPrincipalByGroupName(String group) throws IOException
lookupPrincipalByGroupName
in class UserPrincipalLookupService
IOException
Copyright © 2018–2019 The Apache Software Foundation. All rights reserved.