Package org.apache.hadoop.security
Interface RefreshUserMappingsProtocol
- All Known Implementing Classes:
RefreshUserMappingsProtocolClientSideTranslatorPB
@LimitedPrivate({"HDFS","MapReduce"})
@Evolving
public interface RefreshUserMappingsProtocol
Protocol use
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidRefresh superuser proxy group listvoidRefresh user to group mappings.
-
Field Details
-
versionID
static final long versionIDVersion 1: Initial version.- See Also:
-
-
Method Details
-
refreshUserToGroupsMappings
Refresh user to group mappings.- Throws:
IOException- raised on errors performing I/O.
-
refreshSuperUserGroupsConfiguration
Refresh superuser proxy group list- Throws:
IOException- raised on errors performing I/O.
-