Uses of Class
com.sun.identity.shared.validation.ValidatorBase
-
Packages that use ValidatorBase Package Description com.sun.identity.common.validation com.sun.identity.shared.validation org.forgerock.openam.oauth2.validation -
-
Uses of ValidatorBase in com.sun.identity.common.validation
Subclasses of ValidatorBase in com.sun.identity.common.validation Modifier and Type Class Description classIntegerValidatorDeprecated.As of OpenSSO version 8.0IntegerValidator -
Uses of ValidatorBase in com.sun.identity.shared.validation
Subclasses of ValidatorBase in com.sun.identity.shared.validation Modifier and Type Class Description classIntegerValidatorValidator for integer format.classPositiveIntegerValidatorValidator for positive integer format.classURLValidatorValidator for URL format.classXSDateTimeValidatorValidator forxs:dateTimeformat.classXSDurationValidatorValidator forxs:durationformat. -
Uses of ValidatorBase in org.forgerock.openam.oauth2.validation
Subclasses of ValidatorBase in org.forgerock.openam.oauth2.validation Modifier and Type Class Description classJwksUriValidatorValidates that a client-suppliedjwks_uriis safe for the server to fetch, to prevent server-side request forgery (SSRF) — GHSA-g7cv-hh35-cc7c.classOpenIDConnectURLValidatorThis is simply used to verify that URIs entered to the OAuth2 system's redirect don't contain fragments.classSsrfUrlValidatorValidates that a client-supplied URL is safe for the server to fetch, to prevent server-side request forgery (SSRF) — GHSA-7c7p-4mff-c9vg.
-