Package org.keycloak.protocol.oidc.utils
Class PairwiseSubMapperValidator
java.lang.Object
org.keycloak.protocol.oidc.utils.PairwiseSubMapperValidator
- Author:
- Martin Hardselius
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
validate
(KeycloakSession session, String rootUrl, Set<String> redirectUris, String sectorIdentifierUri) static void
validate
(KeycloakSession session, ClientModel client, ProtocolMapperModel mapperModel)
-
Field Details
-
PAIRWISE_MALFORMED_CLIENT_REDIRECT_URI
- See Also:
-
PAIRWISE_CLIENT_REDIRECT_URIS_MISSING_HOST
- See Also:
-
PAIRWISE_CLIENT_REDIRECT_URIS_MULTIPLE_HOSTS
- See Also:
-
PAIRWISE_MALFORMED_SECTOR_IDENTIFIER_URI
- See Also:
-
PAIRWISE_FAILED_TO_GET_REDIRECT_URIS
- See Also:
-
PAIRWISE_REDIRECT_URIS_MISMATCH
- See Also:
-
-
Constructor Details
-
PairwiseSubMapperValidator
public PairwiseSubMapperValidator()
-
-
Method Details
-
validate
public static void validate(KeycloakSession session, ClientModel client, ProtocolMapperModel mapperModel) throws ProtocolMapperConfigException - Throws:
ProtocolMapperConfigException
-
validate
public static void validate(KeycloakSession session, String rootUrl, Set<String> redirectUris, String sectorIdentifierUri) throws ProtocolMapperConfigException - Throws:
ProtocolMapperConfigException
-