public class PairwiseSubMapperHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PAIRWISE_SUB_ALGORITHM_SALT |
static String |
PAIRWISE_SUB_ALGORITHM_SALT_HELP_TEXT |
static String |
PAIRWISE_SUB_ALGORITHM_SALT_LABEL |
static String |
SECTOR_IDENTIFIER_URI |
static String |
SECTOR_IDENTIFIER_URI_HELP_TEXT |
static String |
SECTOR_IDENTIFIER_URI_LABEL |
Constructor and Description |
---|
PairwiseSubMapperHelper() |
Modifier and Type | Method and Description |
---|---|
static ProviderConfigProperty |
createSaltConfig() |
static ProviderConfigProperty |
createSectorIdentifierConfig() |
static String |
getSalt(ProtocolMapperModel mappingModel) |
static String |
getSectorIdentifierUri(ProtocolMapperModel mappingModel) |
static String |
getSectorIdentifierUri(ProtocolMapperRepresentation mappingModel) |
static void |
setSalt(ProtocolMapperModel mappingModel,
String salt) |
static void |
setSectorIdentifierUri(ProtocolMapperModel mappingModel,
String sectorIdentifierUri) |
public static final String SECTOR_IDENTIFIER_URI
public static final String SECTOR_IDENTIFIER_URI_LABEL
public static final String SECTOR_IDENTIFIER_URI_HELP_TEXT
public static final String PAIRWISE_SUB_ALGORITHM_SALT
public static final String PAIRWISE_SUB_ALGORITHM_SALT_LABEL
public static final String PAIRWISE_SUB_ALGORITHM_SALT_HELP_TEXT
public static String getSectorIdentifierUri(ProtocolMapperRepresentation mappingModel)
public static void setSectorIdentifierUri(ProtocolMapperModel mappingModel, String sectorIdentifierUri)
public static String getSectorIdentifierUri(ProtocolMapperModel mappingModel)
public static String getSalt(ProtocolMapperModel mappingModel)
public static void setSalt(ProtocolMapperModel mappingModel, String salt)
public static ProviderConfigProperty createSectorIdentifierConfig()
public static ProviderConfigProperty createSaltConfig()
Copyright © 2020 JBoss by Red Hat. All rights reserved.