Class PairwiseSubMapperHelper
java.lang.Object
org.keycloak.protocol.oidc.mappers.PairwiseSubMapperHelper
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic ProviderConfigPropertystatic ProviderConfigPropertystatic StringgetSalt(ProtocolMapperModel mappingModel) static StringgetSectorIdentifierUri(ProtocolMapperModel mappingModel) static StringgetSectorIdentifierUri(ProtocolMapperRepresentation mappingModel) static voidsetSalt(ProtocolMapperModel mappingModel, String salt) static voidsetSectorIdentifierUri(ProtocolMapperModel mappingModel, String sectorIdentifierUri)  
- 
Field Details
- 
SECTOR_IDENTIFIER_URI
- See Also:
 
 - 
SECTOR_IDENTIFIER_URI_LABEL
- See Also:
 
 - 
SECTOR_IDENTIFIER_URI_HELP_TEXT
- See Also:
 
 - 
PAIRWISE_SUB_ALGORITHM_SALT
- See Also:
 
 - 
PAIRWISE_SUB_ALGORITHM_SALT_LABEL
- See Also:
 
 - 
PAIRWISE_SUB_ALGORITHM_SALT_HELP_TEXT
- See Also:
 
 
 - 
 - 
Constructor Details
- 
PairwiseSubMapperHelper
public PairwiseSubMapperHelper() 
 - 
 - 
Method Details
- 
getSectorIdentifierUri
 - 
setSectorIdentifierUri
public static void setSectorIdentifierUri(ProtocolMapperModel mappingModel, String sectorIdentifierUri)  - 
getSectorIdentifierUri
 - 
getSalt
 - 
setSalt
 - 
createSectorIdentifierConfig
 - 
createSaltConfig
 
 -