Class io.openliberty.security.oauth20.web.OAuthSupportedHttpMethodHandlerTest
|
100%
successful |
Tests
| Test | Duration | Result |
|---|---|---|
| test_getAdjustedSupportedMethodsForEndpoint_defaultEmpty_configuredEmpty | 0s | passed |
| test_getAdjustedSupportedMethodsForEndpoint_defaultEmpty_configuredNonEmpty | 0s | passed |
| test_getAdjustedSupportedMethodsForEndpoint_defaultNonEmpty_configuredEmpty | 0s | passed |
| test_getAdjustedSupportedMethodsForEndpoint_defaultNonEmpty_configuredNull | 0s | passed |
| test_getAdjustedSupportedMethodsForEndpoint_defaultNull_configuredNull | 0s | passed |
| test_getAdjustedSupportedMethodsForEndpoint_defaultSameAsConfigured | 0s | passed |
| test_getAdjustedSupportedMethodsForEndpoint_disjointSets | 0s | passed |
| test_getAdjustedSupportedMethodsForEndpoint_multipleCommonMethods | 0.001s | passed |
| test_getAdjustedSupportedMethodsForEndpoint_oneCommonMethod | 0s | passed |
| test_getConfiguredOAuthEndpointSettings | 0.001s | passed |
| test_getConfiguredOAuthEndpointSettings_missingOAuthRequestInfo | 0.001s | passed |
| test_getConfiguredSupportedMethodsForEndpoint_missingEndpointSettingsConfig | 0.002s | passed |
| test_getConfiguredSupportedMethodsForEndpoint_noSpecificSettingsForEndpoint | 0.001s | passed |
| test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsEmpty | 0.001s | passed |
| test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsNonEmpty | 0.001s | passed |
| test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsNull | 0.001s | passed |
| test_getDefaultSupportedMethodsForEndpoint_authorize | 0s | passed |
| test_getDefaultSupportedMethodsForEndpoint_token | 0s | passed |
| test_getEndpointType | 0.001s | passed |
| test_getEndpointType_missingOAuthRequestInfo | 0.001s | passed |
| test_getEndpointType_nullEndpointType | 0.001s | passed |
| test_getSupportedMethodsForEndpoint_configurationLimitsMethods | 0.009s | passed |
| test_getSupportedMethodsForEndpoint_endpointNotConfiguredToLimitAnyMethods | 0.001s | passed |
| test_getSupportedMethodsForEndpoint_nullEndpoint | 0s | passed |
| test_isValidHttpMethodForRequest_knownEndpoint_supportedHttpMethod | 0.001s | passed |
| test_isValidHttpMethodForRequest_knownEndpoint_unsupportedHttpMethod | 0.004s | passed |
| test_isValidHttpMethodForRequest_missingOAuth20RequestInfo | 0.005s | passed |
| test_isValidHttpMethodForRequest_unknownEndpoint | 0.001s | passed |
| test_sendHttpOptionsResponse_knownEndpoint | 0.001s | passed |
| test_sendHttpOptionsResponse_missingOAuth20RequestInfo | 0.002s | passed |
| test_sendHttpOptionsResponse_unknownEndpoint | 0.001s | passed |
Standard output
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@27a65581
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@27a65581
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@27a65581
TrConfigZapper.zapTrConfig : finished invoke init()
SharedOutputManager captured the following:
-- System.out -------------------------------------------------
Entering test: test_isValidHttpMethodForRequest_missingOAuth20RequestInfo
Exiting test: test_isValidHttpMethodForRequest_missingOAuth20RequestInfo
Entering test: test_isValidHttpMethodForRequest_unknownEndpoint
Exiting test: test_isValidHttpMethodForRequest_unknownEndpoint
Entering test: test_isValidHttpMethodForRequest_knownEndpoint_unsupportedHttpMethod
Exiting test: test_isValidHttpMethodForRequest_knownEndpoint_unsupportedHttpMethod
Entering test: test_isValidHttpMethodForRequest_knownEndpoint_supportedHttpMethod
Exiting test: test_isValidHttpMethodForRequest_knownEndpoint_supportedHttpMethod
Entering test: test_sendHttpOptionsResponse_missingOAuth20RequestInfo
Exiting test: test_sendHttpOptionsResponse_missingOAuth20RequestInfo
Entering test: test_sendHttpOptionsResponse_unknownEndpoint
Exiting test: test_sendHttpOptionsResponse_unknownEndpoint
Entering test: test_sendHttpOptionsResponse_knownEndpoint
Exiting test: test_sendHttpOptionsResponse_knownEndpoint
Entering test: test_getEndpointType_missingOAuthRequestInfo
Exiting test: test_getEndpointType_missingOAuthRequestInfo
Entering test: test_getEndpointType_nullEndpointType
Exiting test: test_getEndpointType_nullEndpointType
Entering test: test_getEndpointType
Exiting test: test_getEndpointType
Entering test: test_getSupportedMethodsForEndpoint_nullEndpoint
Exiting test: test_getSupportedMethodsForEndpoint_nullEndpoint
Entering test: test_getSupportedMethodsForEndpoint_endpointNotConfiguredToLimitAnyMethods
Exiting test: test_getSupportedMethodsForEndpoint_endpointNotConfiguredToLimitAnyMethods
Entering test: test_getSupportedMethodsForEndpoint_configurationLimitsMethods
Exiting test: test_getSupportedMethodsForEndpoint_configurationLimitsMethods
Entering test: test_getDefaultSupportedMethodsForEndpoint_authorize
Exiting test: test_getDefaultSupportedMethodsForEndpoint_authorize
Entering test: test_getDefaultSupportedMethodsForEndpoint_token
Exiting test: test_getDefaultSupportedMethodsForEndpoint_token
Entering test: test_getConfiguredSupportedMethodsForEndpoint_missingEndpointSettingsConfig
Exiting test: test_getConfiguredSupportedMethodsForEndpoint_missingEndpointSettingsConfig
Entering test: test_getConfiguredSupportedMethodsForEndpoint_noSpecificSettingsForEndpoint
Exiting test: test_getConfiguredSupportedMethodsForEndpoint_noSpecificSettingsForEndpoint
Entering test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsNull
Exiting test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsNull
Entering test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsEmpty
Exiting test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsEmpty
Entering test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsNonEmpty
Exiting test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsNonEmpty
Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultNull_configuredNull
Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultNull_configuredNull
Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultEmpty_configuredEmpty
Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultEmpty_configuredEmpty
Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultEmpty_configuredNonEmpty
Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultEmpty_configuredNonEmpty
Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultNonEmpty_configuredNull
Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultNonEmpty_configuredNull
Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultNonEmpty_configuredEmpty
Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultNonEmpty_configuredEmpty
Entering test: test_getAdjustedSupportedMethodsForEndpoint_disjointSets
Exiting test: test_getAdjustedSupportedMethodsForEndpoint_disjointSets
Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultSameAsConfigured
Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultSameAsConfigured
Entering test: test_getAdjustedSupportedMethodsForEndpoint_oneCommonMethod
Exiting test: test_getAdjustedSupportedMethodsForEndpoint_oneCommonMethod
Entering test: test_getAdjustedSupportedMethodsForEndpoint_multipleCommonMethods
Exiting test: test_getAdjustedSupportedMethodsForEndpoint_multipleCommonMethods
Entering test: test_getConfiguredOAuthEndpointSettings_missingOAuthRequestInfo
Exiting test: test_getConfiguredOAuthEndpointSettings_missingOAuthRequestInfo
Entering test: test_getConfiguredOAuthEndpointSettings
Exiting test: test_getConfiguredOAuthEndpointSettings
-- System.err -------------------------------------------------
-- Messages -------------------------------------------------
[6/2/25, 12:17:48:428 UTC] 00000001 SystemOut O Entering test: test_isValidHttpMethodForRequest_missingOAuth20RequestInfo
[6/2/25, 12:17:48:431 UTC] 00000001 SystemOut O Exiting test: test_isValidHttpMethodForRequest_missingOAuth20RequestInfo
[6/2/25, 12:17:48:432 UTC] 00000001 SystemOut O Entering test: test_isValidHttpMethodForRequest_unknownEndpoint
[6/2/25, 12:17:48:433 UTC] 00000001 SystemOut O Exiting test: test_isValidHttpMethodForRequest_unknownEndpoint
[6/2/25, 12:17:48:434 UTC] 00000001 SystemOut O Entering test: test_isValidHttpMethodForRequest_knownEndpoint_unsupportedHttpMethod
[6/2/25, 12:17:48:437 UTC] 00000001 SystemOut O Exiting test: test_isValidHttpMethodForRequest_knownEndpoint_unsupportedHttpMethod
[6/2/25, 12:17:48:438 UTC] 00000001 SystemOut O Entering test: test_isValidHttpMethodForRequest_knownEndpoint_supportedHttpMethod
[6/2/25, 12:17:48:438 UTC] 00000001 SystemOut O Exiting test: test_isValidHttpMethodForRequest_knownEndpoint_supportedHttpMethod
[6/2/25, 12:17:48:439 UTC] 00000001 SystemOut O Entering test: test_sendHttpOptionsResponse_missingOAuth20RequestInfo
[6/2/25, 12:17:48:440 UTC] 00000001 SystemOut O Exiting test: test_sendHttpOptionsResponse_missingOAuth20RequestInfo
[6/2/25, 12:17:48:440 UTC] 00000001 SystemOut O Entering test: test_sendHttpOptionsResponse_unknownEndpoint
[6/2/25, 12:17:48:441 UTC] 00000001 SystemOut O Exiting test: test_sendHttpOptionsResponse_unknownEndpoint
[6/2/25, 12:17:48:441 UTC] 00000001 SystemOut O Entering test: test_sendHttpOptionsResponse_knownEndpoint
[6/2/25, 12:17:48:443 UTC] 00000001 SystemOut O Exiting test: test_sendHttpOptionsResponse_knownEndpoint
[6/2/25, 12:17:48:443 UTC] 00000001 SystemOut O Entering test: test_getEndpointType_missingOAuthRequestInfo
[6/2/25, 12:17:48:443 UTC] 00000001 SystemOut O Exiting test: test_getEndpointType_missingOAuthRequestInfo
[6/2/25, 12:17:48:444 UTC] 00000001 SystemOut O Entering test: test_getEndpointType_nullEndpointType
[6/2/25, 12:17:48:444 UTC] 00000001 SystemOut O Exiting test: test_getEndpointType_nullEndpointType
[6/2/25, 12:17:48:445 UTC] 00000001 SystemOut O Entering test: test_getEndpointType
[6/2/25, 12:17:48:445 UTC] 00000001 SystemOut O Exiting test: test_getEndpointType
[6/2/25, 12:17:48:445 UTC] 00000001 SystemOut O Entering test: test_getSupportedMethodsForEndpoint_nullEndpoint
[6/2/25, 12:17:48:446 UTC] 00000001 SystemOut O Exiting test: test_getSupportedMethodsForEndpoint_nullEndpoint
[6/2/25, 12:17:48:446 UTC] 00000001 SystemOut O Entering test: test_getSupportedMethodsForEndpoint_endpointNotConfiguredToLimitAnyMethods
[6/2/25, 12:17:48:446 UTC] 00000001 SystemOut O Exiting test: test_getSupportedMethodsForEndpoint_endpointNotConfiguredToLimitAnyMethods
[6/2/25, 12:17:48:447 UTC] 00000001 SystemOut O Entering test: test_getSupportedMethodsForEndpoint_configurationLimitsMethods
[6/2/25, 12:17:48:456 UTC] 00000001 SystemOut O Exiting test: test_getSupportedMethodsForEndpoint_configurationLimitsMethods
[6/2/25, 12:17:48:456 UTC] 00000001 SystemOut O Entering test: test_getDefaultSupportedMethodsForEndpoint_authorize
[6/2/25, 12:17:48:457 UTC] 00000001 SystemOut O Exiting test: test_getDefaultSupportedMethodsForEndpoint_authorize
[6/2/25, 12:17:48:457 UTC] 00000001 SystemOut O Entering test: test_getDefaultSupportedMethodsForEndpoint_token
[6/2/25, 12:17:48:457 UTC] 00000001 SystemOut O Exiting test: test_getDefaultSupportedMethodsForEndpoint_token
[6/2/25, 12:17:48:458 UTC] 00000001 SystemOut O Entering test: test_getConfiguredSupportedMethodsForEndpoint_missingEndpointSettingsConfig
[6/2/25, 12:17:48:459 UTC] 00000001 SystemOut O Exiting test: test_getConfiguredSupportedMethodsForEndpoint_missingEndpointSettingsConfig
[6/2/25, 12:17:48:460 UTC] 00000001 SystemOut O Entering test: test_getConfiguredSupportedMethodsForEndpoint_noSpecificSettingsForEndpoint
[6/2/25, 12:17:48:460 UTC] 00000001 SystemOut O Exiting test: test_getConfiguredSupportedMethodsForEndpoint_noSpecificSettingsForEndpoint
[6/2/25, 12:17:48:461 UTC] 00000001 SystemOut O Entering test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsNull
[6/2/25, 12:17:48:461 UTC] 00000001 SystemOut O Exiting test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsNull
[6/2/25, 12:17:48:462 UTC] 00000001 SystemOut O Entering test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsEmpty
[6/2/25, 12:17:48:462 UTC] 00000001 SystemOut O Exiting test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsEmpty
[6/2/25, 12:17:48:463 UTC] 00000001 SystemOut O Entering test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsNonEmpty
[6/2/25, 12:17:48:464 UTC] 00000001 SystemOut O Exiting test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsNonEmpty
[6/2/25, 12:17:48:464 UTC] 00000001 SystemOut O Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultNull_configuredNull
[6/2/25, 12:17:48:464 UTC] 00000001 SystemOut O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultNull_configuredNull
[6/2/25, 12:17:48:465 UTC] 00000001 SystemOut O Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultEmpty_configuredEmpty
[6/2/25, 12:17:48:465 UTC] 00000001 SystemOut O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultEmpty_configuredEmpty
[6/2/25, 12:17:48:465 UTC] 00000001 SystemOut O Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultEmpty_configuredNonEmpty
[6/2/25, 12:17:48:465 UTC] 00000001 SystemOut O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultEmpty_configuredNonEmpty
[6/2/25, 12:17:48:466 UTC] 00000001 SystemOut O Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultNonEmpty_configuredNull
[6/2/25, 12:17:48:466 UTC] 00000001 SystemOut O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultNonEmpty_configuredNull
[6/2/25, 12:17:48:466 UTC] 00000001 SystemOut O Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultNonEmpty_configuredEmpty
[6/2/25, 12:17:48:466 UTC] 00000001 SystemOut O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultNonEmpty_configuredEmpty
[6/2/25, 12:17:48:467 UTC] 00000001 SystemOut O Entering test: test_getAdjustedSupportedMethodsForEndpoint_disjointSets
[6/2/25, 12:17:48:467 UTC] 00000001 SystemOut O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_disjointSets
[6/2/25, 12:17:48:468 UTC] 00000001 SystemOut O Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultSameAsConfigured
[6/2/25, 12:17:48:468 UTC] 00000001 SystemOut O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultSameAsConfigured
[6/2/25, 12:17:48:468 UTC] 00000001 SystemOut O Entering test: test_getAdjustedSupportedMethodsForEndpoint_oneCommonMethod
[6/2/25, 12:17:48:468 UTC] 00000001 SystemOut O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_oneCommonMethod
[6/2/25, 12:17:48:469 UTC] 00000001 SystemOut O Entering test: test_getAdjustedSupportedMethodsForEndpoint_multipleCommonMethods
[6/2/25, 12:17:48:469 UTC] 00000001 SystemOut O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_multipleCommonMethods
[6/2/25, 12:17:48:469 UTC] 00000001 SystemOut O Entering test: test_getConfiguredOAuthEndpointSettings_missingOAuthRequestInfo
[6/2/25, 12:17:48:470 UTC] 00000001 SystemOut O Exiting test: test_getConfiguredOAuthEndpointSettings_missingOAuthRequestInfo
[6/2/25, 12:17:48:471 UTC] 00000001 SystemOut O Entering test: test_getConfiguredOAuthEndpointSettings
[6/2/25, 12:17:48:471 UTC] 00000001 SystemOut O Exiting test: test_getConfiguredOAuthEndpointSettings
-- Trace -------------------------------------------------
[6/2/25, 12:17:48:428 UTC] 00000001 id=00000000 SystemOut O Entering test: test_isValidHttpMethodForRequest_missingOAuth20RequestInfo
[6/2/25, 12:17:48:431 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_isValidHttpMethodForRequest_missingOAuth20RequestInfo
[6/2/25, 12:17:48:432 UTC] 00000001 id=00000000 SystemOut O Entering test: test_isValidHttpMethodForRequest_unknownEndpoint
[6/2/25, 12:17:48:433 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_isValidHttpMethodForRequest_unknownEndpoint
[6/2/25, 12:17:48:434 UTC] 00000001 id=00000000 SystemOut O Entering test: test_isValidHttpMethodForRequest_knownEndpoint_unsupportedHttpMethod
[6/2/25, 12:17:48:437 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_isValidHttpMethodForRequest_knownEndpoint_unsupportedHttpMethod
[6/2/25, 12:17:48:438 UTC] 00000001 id=00000000 SystemOut O Entering test: test_isValidHttpMethodForRequest_knownEndpoint_supportedHttpMethod
[6/2/25, 12:17:48:438 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_isValidHttpMethodForRequest_knownEndpoint_supportedHttpMethod
[6/2/25, 12:17:48:439 UTC] 00000001 id=00000000 SystemOut O Entering test: test_sendHttpOptionsResponse_missingOAuth20RequestInfo
[6/2/25, 12:17:48:440 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_sendHttpOptionsResponse_missingOAuth20RequestInfo
[6/2/25, 12:17:48:440 UTC] 00000001 id=00000000 SystemOut O Entering test: test_sendHttpOptionsResponse_unknownEndpoint
[6/2/25, 12:17:48:441 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_sendHttpOptionsResponse_unknownEndpoint
[6/2/25, 12:17:48:441 UTC] 00000001 id=00000000 SystemOut O Entering test: test_sendHttpOptionsResponse_knownEndpoint
[6/2/25, 12:17:48:443 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_sendHttpOptionsResponse_knownEndpoint
[6/2/25, 12:17:48:443 UTC] 00000001 id=00000000 SystemOut O Entering test: test_getEndpointType_missingOAuthRequestInfo
[6/2/25, 12:17:48:443 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_getEndpointType_missingOAuthRequestInfo
[6/2/25, 12:17:48:444 UTC] 00000001 id=00000000 SystemOut O Entering test: test_getEndpointType_nullEndpointType
[6/2/25, 12:17:48:444 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_getEndpointType_nullEndpointType
[6/2/25, 12:17:48:445 UTC] 00000001 id=00000000 SystemOut O Entering test: test_getEndpointType
[6/2/25, 12:17:48:445 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_getEndpointType
[6/2/25, 12:17:48:445 UTC] 00000001 id=00000000 SystemOut O Entering test: test_getSupportedMethodsForEndpoint_nullEndpoint
[6/2/25, 12:17:48:446 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_getSupportedMethodsForEndpoint_nullEndpoint
[6/2/25, 12:17:48:446 UTC] 00000001 id=00000000 SystemOut O Entering test: test_getSupportedMethodsForEndpoint_endpointNotConfiguredToLimitAnyMethods
[6/2/25, 12:17:48:446 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_getSupportedMethodsForEndpoint_endpointNotConfiguredToLimitAnyMethods
[6/2/25, 12:17:48:447 UTC] 00000001 id=00000000 SystemOut O Entering test: test_getSupportedMethodsForEndpoint_configurationLimitsMethods
[6/2/25, 12:17:48:456 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_getSupportedMethodsForEndpoint_configurationLimitsMethods
[6/2/25, 12:17:48:456 UTC] 00000001 id=00000000 SystemOut O Entering test: test_getDefaultSupportedMethodsForEndpoint_authorize
[6/2/25, 12:17:48:457 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_getDefaultSupportedMethodsForEndpoint_authorize
[6/2/25, 12:17:48:457 UTC] 00000001 id=00000000 SystemOut O Entering test: test_getDefaultSupportedMethodsForEndpoint_token
[6/2/25, 12:17:48:457 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_getDefaultSupportedMethodsForEndpoint_token
[6/2/25, 12:17:48:458 UTC] 00000001 id=00000000 SystemOut O Entering test: test_getConfiguredSupportedMethodsForEndpoint_missingEndpointSettingsConfig
[6/2/25, 12:17:48:459 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_getConfiguredSupportedMethodsForEndpoint_missingEndpointSettingsConfig
[6/2/25, 12:17:48:460 UTC] 00000001 id=00000000 SystemOut O Entering test: test_getConfiguredSupportedMethodsForEndpoint_noSpecificSettingsForEndpoint
[6/2/25, 12:17:48:460 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_getConfiguredSupportedMethodsForEndpoint_noSpecificSettingsForEndpoint
[6/2/25, 12:17:48:461 UTC] 00000001 id=00000000 SystemOut O Entering test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsNull
[6/2/25, 12:17:48:461 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsNull
[6/2/25, 12:17:48:462 UTC] 00000001 id=00000000 SystemOut O Entering test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsEmpty
[6/2/25, 12:17:48:462 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsEmpty
[6/2/25, 12:17:48:463 UTC] 00000001 id=00000000 SystemOut O Entering test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsNonEmpty
[6/2/25, 12:17:48:464 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsNonEmpty
[6/2/25, 12:17:48:464 UTC] 00000001 id=00000000 SystemOut O Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultNull_configuredNull
[6/2/25, 12:17:48:464 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultNull_configuredNull
[6/2/25, 12:17:48:465 UTC] 00000001 id=00000000 SystemOut O Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultEmpty_configuredEmpty
[6/2/25, 12:17:48:465 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultEmpty_configuredEmpty
[6/2/25, 12:17:48:465 UTC] 00000001 id=00000000 SystemOut O Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultEmpty_configuredNonEmpty
[6/2/25, 12:17:48:465 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultEmpty_configuredNonEmpty
[6/2/25, 12:17:48:466 UTC] 00000001 id=00000000 SystemOut O Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultNonEmpty_configuredNull
[6/2/25, 12:17:48:466 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultNonEmpty_configuredNull
[6/2/25, 12:17:48:466 UTC] 00000001 id=00000000 SystemOut O Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultNonEmpty_configuredEmpty
[6/2/25, 12:17:48:466 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultNonEmpty_configuredEmpty
[6/2/25, 12:17:48:467 UTC] 00000001 id=00000000 SystemOut O Entering test: test_getAdjustedSupportedMethodsForEndpoint_disjointSets
[6/2/25, 12:17:48:467 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_disjointSets
[6/2/25, 12:17:48:468 UTC] 00000001 id=00000000 SystemOut O Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultSameAsConfigured
[6/2/25, 12:17:48:468 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultSameAsConfigured
[6/2/25, 12:17:48:468 UTC] 00000001 id=00000000 SystemOut O Entering test: test_getAdjustedSupportedMethodsForEndpoint_oneCommonMethod
[6/2/25, 12:17:48:468 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_oneCommonMethod
[6/2/25, 12:17:48:469 UTC] 00000001 id=00000000 SystemOut O Entering test: test_getAdjustedSupportedMethodsForEndpoint_multipleCommonMethods
[6/2/25, 12:17:48:469 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_multipleCommonMethods
[6/2/25, 12:17:48:469 UTC] 00000001 id=00000000 SystemOut O Entering test: test_getConfiguredOAuthEndpointSettings_missingOAuthRequestInfo
[6/2/25, 12:17:48:470 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_getConfiguredOAuthEndpointSettings_missingOAuthRequestInfo
[6/2/25, 12:17:48:471 UTC] 00000001 id=00000000 SystemOut O Entering test: test_getConfiguredOAuthEndpointSettings
[6/2/25, 12:17:48:471 UTC] 00000001 id=00000000 SystemOut O Exiting test: test_getConfiguredOAuthEndpointSettings
Standard error
[ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message.
[ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message.
[ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message.
[ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message.
[ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message.
[ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message.
[ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message.
[ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message.
[ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message.
[ERROR ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message.
[ERROR ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message.
[ERROR ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message.
[ERROR ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message.
[ERROR ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message.
[ERROR ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message.
[ERROR ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message.
[ERROR ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message.
[ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message.
[ERROR ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message.
[ERROR ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message.
[ERROR ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message.
[ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message.
[ERROR ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message.
[ERROR ] This is an exception message.
This is an exception message.
[ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR ] This is an exception message.
This is an exception message.
[ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR ] This is an exception message.
This is an exception message.
[ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR ] This is an exception message.
This is an exception message.
[ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR ] This is an exception message.
This is an exception message.
[ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR ] This is an exception message.
This is an exception message.
[ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR ] This is an exception message.
This is an exception message.
[ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR ] This is an exception message.
This is an exception message.
[ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR ] This is an exception message.
This is an exception message.
[ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR ] This is an exception message.
This is an exception message.
[ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR ] This is an exception message.
This is an exception message.
[ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR ] This is an exception message.
This is an exception message.
[ERROR ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR ] This is an exception message.
This is an exception message.
[ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR ] This is an exception message.
This is an exception message.
[ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR ] This is an exception message.
This is an exception message.
[ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR ] This is an exception message.
This is an exception message.
[ERROR ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect.
[ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect.
[ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect.
[ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: or client secret is incorrect.
[ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect.
[ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect.
[ERROR ] CWOAU0071E: A public client attempted to access the check_session_iframe endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1
[ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect.
[ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider.
[ERROR ] CWOAU0070E: A client provider was not found for the OAuth provider.
[ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect.
[ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect.
[ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the client_credentials grant type. This grant type can only be used by confidential clients. The client_id is: user1
[ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_id
[ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: client_secret
[ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: grant_type
[ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect.
[ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect.
[ERROR ] CWOAU0033E: A required runtime parameter was missing: username
[ERROR ] CWOAU0033E: A required runtime parameter was missing: password
[ERROR ] CWOAU0069E: The resource owner could not be verified. Either the resource owner: user1 or password is incorrect.
[ERROR ] CWOAU0022E: The following OAuth parameter was provided more than once in the request: username
[ERROR ] CWOAU0038E: The client could not be verified. Either the client ID: user1 or client secret is incorrect.
[ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id
[ERROR ] CWOAU0033E: A required runtime parameter was missing: client_id
[ERROR ] CWOAU0071E: A public client attempted to access the revoke endpoint using the urn:ietf:params:oauth:grant-type:jwt-bearer grant type. This grant type can only be used by confidential clients. The client_id is: user1
[ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter.
[ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter.
[ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized.
[ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01].
[ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter.
[ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter.
[ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter.
[ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter.
[ERROR ] CWWKS1416E: The token endpoint request failed because the client [client01] is not autoAuthorized and it does not define the 'preAuthorizedScope' list in its configuration. No scopes can be authorized.
[ERROR ] CWWKS1414E: The token endpoint request failed because scope [openid] in the scope parameter of the request was not defined in the list of 'preAuthorizedScope' in client [client01].
[ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter.
[ERROR ] CWWKS1418E: The token endpoint request failed. The OpenID Connect Provider can not process the request because it contains more than one [grant_type] parameter.
[ERROR ] CWOAU0018E: Cannot get request dispatcher specified by configuration oauth20.authorization.form.template at context=/root path=/path.
[ERROR ] CWOAU0018E: Cannot get request dispatcher specified by configuration oauth20.authorization.form.template at context=/root path=/path.
[ERROR ] CWWKS1433E: The HTTP method DELETE is not supported for the service CoverageMapEndpointServices.
[ERROR ] CWWKS1434E: Missing required parameters in the request.
[ERROR ] CWWKS1435E: Missing token_type parameter in the request.
[ERROR ] CWWKS1436E: Request contains multiple token_type parameters.
[ERROR ] CWWKS1437E: Request contains unrecognized token type parameter Bearer$#.
[ERROR ] CWWKS1454E: The request failed because the access_token is not valid or has expired.
[ERROR ] CWWKS1405E: The introspect request did not have a token parameter. The request URI was junit/dummy/uri.
[ERROR ] CWWKS1454E: The request failed because the access_token is not valid or has expired.
[ERROR ] CWWKS1454E: The request failed because the access_token is not valid or has expired.
[ERROR ] CWWKS1413E: The OAuth20Provider object is null for OAuth provider providerThatDoesNotExist.
[ERROR ] CWWKS1433E: The HTTP method TRACE is not supported for the service Registration Endpoint Service.
[ERROR ] CWWKS1425E: The registration request was made to an incorrect URI.
[ERROR ] CWWKS1428E: The request body is malformed.
[ERROR ] CWWKS1429E: Client id b0a376ec4b694b67b6baeb0604a312d8 already exists.
[ERROR ] CWWKS1426E: The PUT operation failed as the request did not contain the client_id parameter.
[ERROR ] CWWKS1424E: The client id b0a376ec4b694b67b6baeb0604a312d8 was not found.
[ERROR ] CWWKS1428E: The request body is malformed.
[ERROR ] CWWKS1426E: The DELETE operation failed as the request did not contain the client_id parameter.
[ERROR ] CWWKS1427E: The DELETE operation failed as the request contains an invalid client_id parameter b0a376ec4b694b67b6baeb0604a312d8.
[ERROR ] CWWKS1463E: The OpenID Connect registration request does not contain a client. Ensure that the request body is not empty and contains a client encoded in JSON format.
[ERROR ] CWWKS1452E: The JSONObject for bob returned by Liberty user feature com.ibm.wsspi.security.oauth20.TokenIntrospectProvider$$EnhancerByCGLIB$$7aef3fd6 is null or bad.
[ERROR ] CWWKS1452E: The JSONObject for bob returned by Liberty user feature com.ibm.wsspi.security.oauth20.TokenIntrospectProvider$$EnhancerByCGLIB$$7aef3fd6 is null or bad.
[ERROR ] CWWKS1440E: The user authentication of the request failed because the Authorization header in the request failed to be verified as a valid user.
[ERROR ] CWWKS1440E: The user authentication of the request failed because the Authorization header in the request failed to be verified as a valid user.
[ERROR ] security.oauth20.endpoint.template.forward.error
oauth20.authorization.error.template
/root
/path
[ERROR ] CWWKS1440E: The user authentication of the request failed because the Authorization header in the request failed to be verified as a valid user.
[ERROR ] CWWKS1440E: The user authentication of the request failed because the Authorization header in the request failed to be verified as a valid user.
[ERROR ] security.oauth20.endpoint.template.forward.error
oauth20.authorization.error.template
/root
/path