Class IpAddressUserId

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

public class IpAddressUserId extends Object implements AppIdUserIdMechanism
Mechanism to generate a SHA-256 hashed and hex-encoded representation of the IP address. Can be calculated with echo -n 192.168.99.1 | sha256sum.
Author:
Mark Paluch
See Also:
  • Constructor Details

    • IpAddressUserId

      public IpAddressUserId()
  • Method Details