A C G I S V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- assertApiToken(String) - Static method in class com.okta.commons.configcheck.ConfigurationValidator
-
Asserts that an API token is not null and contains does not contain the string
{apiToken}. - assertClientId(String) - Static method in class com.okta.commons.configcheck.ConfigurationValidator
-
Asserts that a
clientIdis not null and contains does not contain the string{clientId}. - assertClientSecret(String) - Static method in class com.okta.commons.configcheck.ConfigurationValidator
-
Asserts that a client secret is not null and contains does not contain the string
{clientSecret}. - assertIssuer(String) - Static method in class com.okta.commons.configcheck.ConfigurationValidator
-
Asserts the
urlis a well formed HTTPS URL and does not contain common typos. - assertOrgUrl(String) - Static method in class com.okta.commons.configcheck.ConfigurationValidator
-
Asserts the
urlis a well formed HTTPS URL and does not contain common typos. - assertOrgUrl(String, boolean) - Static method in class com.okta.commons.configcheck.ConfigurationValidator
-
Deprecated.use
validateOrgUrl(String)instead, disabling this check is NOT recommended, and should ONLY be done in testing scenarios
C
- com.okta.commons.configcheck - package com.okta.commons.configcheck
- ConfigurationValidator - Class in com.okta.commons.configcheck
-
Configuration validation helper class to help validation of common configuration strings.
G
- getException() - Method in class com.okta.commons.configcheck.ValidationResponse
- getMessage() - Method in class com.okta.commons.configcheck.ValidationResponse
I
- ifInvalid(Consumer<ValidationResponse>) - Method in class com.okta.commons.configcheck.ValidationResponse
- ifInvalidThrow() - Method in class com.okta.commons.configcheck.ValidationResponse
- isValid() - Method in class com.okta.commons.configcheck.ValidationResponse
S
- setException(Exception) - Method in class com.okta.commons.configcheck.ValidationResponse
- setMessage(String) - Method in class com.okta.commons.configcheck.ValidationResponse
V
- validateApiToken(String) - Static method in class com.okta.commons.configcheck.ConfigurationValidator
-
Returns a
ValidationResponsechecking to make sure the API token is not null and contains does not contain the string{apiToken}. - validateClientId(String) - Static method in class com.okta.commons.configcheck.ConfigurationValidator
-
Returns a
ValidationResponsechecking theclientIdis not null and contains does not contain the string{apiToclientIdken}. - validateClientSecret(String) - Static method in class com.okta.commons.configcheck.ConfigurationValidator
-
Returns a
ValidationResponsechecking theclientSecretis not null and contains does not contain the string{clientSecret}. - validateIssuer(String) - Static method in class com.okta.commons.configcheck.ConfigurationValidator
-
Returns a
ValidationResponsechecking theurlis a well formed HTTPS URL and does not contain common typos. - validateOrgUrl(String) - Static method in class com.okta.commons.configcheck.ConfigurationValidator
-
Returns a
ValidationResponsechecking to make sure theurlis a well formed HTTPS URL and does not contain common typos. - validateOrgUrl(String, boolean) - Static method in class com.okta.commons.configcheck.ConfigurationValidator
-
Deprecated.use
validateOrgUrl(String)instead, disabling this check is NOT recommended, and should ONLY be done in testing scenarios - ValidationResponse - Class in com.okta.commons.configcheck
All Classes All Packages