Class PairwiseSubMapperHelper
- java.lang.Object
-
- org.keycloak.protocol.oidc.mappers.PairwiseSubMapperHelper
-
public class PairwiseSubMapperHelper extends Object
-
-
Field Summary
Fields 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 Summary
Constructors Constructor Description PairwiseSubMapperHelper()
-
Method Summary
All 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_URI
public static final String SECTOR_IDENTIFIER_URI
- See Also:
- Constant Field Values
-
SECTOR_IDENTIFIER_URI_LABEL
public static final String SECTOR_IDENTIFIER_URI_LABEL
- See Also:
- Constant Field Values
-
SECTOR_IDENTIFIER_URI_HELP_TEXT
public static final String SECTOR_IDENTIFIER_URI_HELP_TEXT
- See Also:
- Constant Field Values
-
PAIRWISE_SUB_ALGORITHM_SALT
public static final String PAIRWISE_SUB_ALGORITHM_SALT
- See Also:
- Constant Field Values
-
PAIRWISE_SUB_ALGORITHM_SALT_LABEL
public static final String PAIRWISE_SUB_ALGORITHM_SALT_LABEL
- See Also:
- Constant Field Values
-
PAIRWISE_SUB_ALGORITHM_SALT_HELP_TEXT
public static final String PAIRWISE_SUB_ALGORITHM_SALT_HELP_TEXT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSectorIdentifierUri
public static String getSectorIdentifierUri(ProtocolMapperRepresentation mappingModel)
-
setSectorIdentifierUri
public static void setSectorIdentifierUri(ProtocolMapperModel mappingModel, String sectorIdentifierUri)
-
getSectorIdentifierUri
public static String getSectorIdentifierUri(ProtocolMapperModel mappingModel)
-
getSalt
public static String getSalt(ProtocolMapperModel mappingModel)
-
setSalt
public static void setSalt(ProtocolMapperModel mappingModel, String salt)
-
createSectorIdentifierConfig
public static ProviderConfigProperty createSectorIdentifierConfig()
-
createSaltConfig
public static ProviderConfigProperty createSaltConfig()
-
-