public class FormatUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
MASKED_PWD |
static String |
SPACE |
Modifier and Type | Method and Description |
---|---|
static String |
formatMap(String keyLabel,
String propLabel,
Map map)
Returns a formatted string.
|
static String |
formatProperties(Map prop) |
static String |
printAttributeValues(String template,
Map attributeValues) |
static String |
printAttributeValues(String template,
Map attributeValues,
Set passwords) |
static String |
printServiceNames(Set serviceNames,
String template,
SSOToken ssoToken) |
public static final String SPACE
public static final String MASKED_PWD
public static String printServiceNames(Set serviceNames, String template, SSOToken ssoToken) throws SMSException, SSOException
SMSException
SSOException
public static String printAttributeValues(String template, Map attributeValues, Set passwords)
public static String printAttributeValues(String template, Map attributeValues)
public static String formatMap(String keyLabel, String propLabel, Map map)
keyLabel propLabel -------------- -------------- key1 value1 key2 value2 keyN valueN
keyLabel
- Label for the key column.propLabel
- Label for the value column.map
- Map that contains the information.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.