Class PairwiseSubMapperHelper
- java.lang.Object
- 
- org.keycloak.protocol.oidc.mappers.PairwiseSubMapperHelper
 
- 
 public class PairwiseSubMapperHelper extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringPAIRWISE_SUB_ALGORITHM_SALTstatic StringPAIRWISE_SUB_ALGORITHM_SALT_HELP_TEXTstatic StringPAIRWISE_SUB_ALGORITHM_SALT_LABELstatic StringSECTOR_IDENTIFIER_URIstatic StringSECTOR_IDENTIFIER_URI_HELP_TEXTstatic StringSECTOR_IDENTIFIER_URI_LABEL
 - 
Constructor SummaryConstructors Constructor Description PairwiseSubMapperHelper()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static ProviderConfigPropertycreateSaltConfig()static ProviderConfigPropertycreateSectorIdentifierConfig()static StringgetSalt(ProtocolMapperModel mappingModel)static StringgetSectorIdentifierUri(ProtocolMapperModel mappingModel)static StringgetSectorIdentifierUri(ProtocolMapperRepresentation mappingModel)static voidsetSalt(ProtocolMapperModel mappingModel, String salt)static voidsetSectorIdentifierUri(ProtocolMapperModel mappingModel, String sectorIdentifierUri)
 
- 
- 
- 
Field Detail- 
SECTOR_IDENTIFIER_URIpublic static final String SECTOR_IDENTIFIER_URI - See Also:
- Constant Field Values
 
 - 
SECTOR_IDENTIFIER_URI_LABELpublic static final String SECTOR_IDENTIFIER_URI_LABEL - See Also:
- Constant Field Values
 
 - 
SECTOR_IDENTIFIER_URI_HELP_TEXTpublic static final String SECTOR_IDENTIFIER_URI_HELP_TEXT - See Also:
- Constant Field Values
 
 - 
PAIRWISE_SUB_ALGORITHM_SALTpublic static final String PAIRWISE_SUB_ALGORITHM_SALT - See Also:
- Constant Field Values
 
 - 
PAIRWISE_SUB_ALGORITHM_SALT_LABELpublic static final String PAIRWISE_SUB_ALGORITHM_SALT_LABEL - See Also:
- Constant Field Values
 
 - 
PAIRWISE_SUB_ALGORITHM_SALT_HELP_TEXTpublic static final String PAIRWISE_SUB_ALGORITHM_SALT_HELP_TEXT - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getSectorIdentifierUripublic static String getSectorIdentifierUri(ProtocolMapperRepresentation mappingModel) 
 - 
setSectorIdentifierUripublic static void setSectorIdentifierUri(ProtocolMapperModel mappingModel, String sectorIdentifierUri) 
 - 
getSectorIdentifierUripublic static String getSectorIdentifierUri(ProtocolMapperModel mappingModel) 
 - 
getSaltpublic static String getSalt(ProtocolMapperModel mappingModel) 
 - 
setSaltpublic static void setSalt(ProtocolMapperModel mappingModel, String salt) 
 - 
createSectorIdentifierConfigpublic static ProviderConfigProperty createSectorIdentifierConfig() 
 - 
createSaltConfigpublic static ProviderConfigProperty createSaltConfig() 
 
- 
 
-