public static class VaultProperties.AppIdProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
IP_ADDRESS
Property value for UserId generation using an IP-Address.
|
static String |
MAC_ADDRESS
Property value for UserId generation using a Mac-Address.
|
| Constructor and Description |
|---|
AppIdProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppIdPath() |
String |
getNetworkInterface() |
String |
getUserId() |
void |
setAppIdPath(String appIdPath) |
void |
setNetworkInterface(String networkInterface) |
void |
setUserId(String userId) |
public static final String MAC_ADDRESS
MacAddressUserId,
Constant Field Valuespublic static final String IP_ADDRESS
IpAddressUserId,
Constant Field Valuespublic String getAppIdPath()
public void setAppIdPath(String appIdPath)
@Nullable public String getNetworkInterface()
public void setNetworkInterface(@Nullable
String networkInterface)
public String getUserId()
public void setUserId(String userId)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.