Example usage for org.springframework.vault.authentication AppIdUserIdMechanism interface-usage

List of usage examples for org.springframework.vault.authentication AppIdUserIdMechanism interface-usage

Introduction

In this page you can find the example usage for org.springframework.vault.authentication AppIdUserIdMechanism interface-usage.

Usage

From source file example.appid.custom.CustomUserIdMechanism.java

/**
 * This class creates a static UserId.
 *
 * @author Mark Paluch
 */
public class CustomUserIdMechanism implements AppIdUserIdMechanism {

From source file org.springframework.vault.authentication.MacAddressUserId.java

/**
 * Mechanism to generate a UserId based on the Mac address. {@link 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).
 *