Class MacAddressUserId

java.lang.Object
org.springframework.vault.authentication.MacAddressUserId
All Implemented Interfaces:
AppIdUserIdMechanism

public class MacAddressUserId extends Object implements AppIdUserIdMechanism
Mechanism to generate a UserId based on the Mac address. MacAddressUserId creates a hex-encoded representation of the Mac address without any separators (0123456789AB). A network interface hint can be specified optionally to select a network interface (index/name).
Author:
Mark Paluch
See Also: