Class io.openliberty.security.oauth20.web.OAuthSupportedHttpMethodHandlerTest

31

tests

0

failures

0

ignored

0.026s

duration

100%

successful

Tests

Test Duration Result
test_getAdjustedSupportedMethodsForEndpoint_defaultEmpty_configuredEmpty 0.001s passed
test_getAdjustedSupportedMethodsForEndpoint_defaultEmpty_configuredNonEmpty 0s passed
test_getAdjustedSupportedMethodsForEndpoint_defaultNonEmpty_configuredEmpty 0s passed
test_getAdjustedSupportedMethodsForEndpoint_defaultNonEmpty_configuredNull 0.001s passed
test_getAdjustedSupportedMethodsForEndpoint_defaultNull_configuredNull 0s passed
test_getAdjustedSupportedMethodsForEndpoint_defaultSameAsConfigured 0s passed
test_getAdjustedSupportedMethodsForEndpoint_disjointSets 0.001s passed
test_getAdjustedSupportedMethodsForEndpoint_multipleCommonMethods 0s passed
test_getAdjustedSupportedMethodsForEndpoint_oneCommonMethod 0.001s passed
test_getConfiguredOAuthEndpointSettings 0.001s passed
test_getConfiguredOAuthEndpointSettings_missingOAuthRequestInfo 0.001s passed
test_getConfiguredSupportedMethodsForEndpoint_missingEndpointSettingsConfig 0.001s 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 0.001s passed
test_getDefaultSupportedMethodsForEndpoint_token 0s passed
test_getEndpointType 0.001s passed
test_getEndpointType_missingOAuthRequestInfo 0s passed
test_getEndpointType_nullEndpointType 0.001s passed
test_getSupportedMethodsForEndpoint_configurationLimitsMethods 0.006s passed
test_getSupportedMethodsForEndpoint_endpointNotConfiguredToLimitAnyMethods 0s passed
test_getSupportedMethodsForEndpoint_nullEndpoint 0s passed
test_isValidHttpMethodForRequest_knownEndpoint_supportedHttpMethod 0s passed
test_isValidHttpMethodForRequest_knownEndpoint_unsupportedHttpMethod 0.002s passed
test_isValidHttpMethodForRequest_missingOAuth20RequestInfo 0.003s passed
test_isValidHttpMethodForRequest_unknownEndpoint 0.001s passed
test_sendHttpOptionsResponse_knownEndpoint 0s passed
test_sendHttpOptionsResponse_missingOAuth20RequestInfo 0s passed
test_sendHttpOptionsResponse_unknownEndpoint 0s passed

Standard output

    TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@645c9cac
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@645c9cac
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@645c9cac
    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 -------------------------------------------------
[24/05/2024, 21:24:45:229 BST] 00000001 SystemOut                                                    O Entering test: test_isValidHttpMethodForRequest_missingOAuth20RequestInfo
[24/05/2024, 21:24:45:231 BST] 00000001 SystemOut                                                    O Exiting test: test_isValidHttpMethodForRequest_missingOAuth20RequestInfo
[24/05/2024, 21:24:45:232 BST] 00000001 SystemOut                                                    O Entering test: test_isValidHttpMethodForRequest_unknownEndpoint
[24/05/2024, 21:24:45:233 BST] 00000001 SystemOut                                                    O Exiting test: test_isValidHttpMethodForRequest_unknownEndpoint
[24/05/2024, 21:24:45:233 BST] 00000001 SystemOut                                                    O Entering test: test_isValidHttpMethodForRequest_knownEndpoint_unsupportedHttpMethod
[24/05/2024, 21:24:45:236 BST] 00000001 SystemOut                                                    O Exiting test: test_isValidHttpMethodForRequest_knownEndpoint_unsupportedHttpMethod
[24/05/2024, 21:24:45:236 BST] 00000001 SystemOut                                                    O Entering test: test_isValidHttpMethodForRequest_knownEndpoint_supportedHttpMethod
[24/05/2024, 21:24:45:237 BST] 00000001 SystemOut                                                    O Exiting test: test_isValidHttpMethodForRequest_knownEndpoint_supportedHttpMethod
[24/05/2024, 21:24:45:237 BST] 00000001 SystemOut                                                    O Entering test: test_sendHttpOptionsResponse_missingOAuth20RequestInfo
[24/05/2024, 21:24:45:238 BST] 00000001 SystemOut                                                    O Exiting test: test_sendHttpOptionsResponse_missingOAuth20RequestInfo
[24/05/2024, 21:24:45:238 BST] 00000001 SystemOut                                                    O Entering test: test_sendHttpOptionsResponse_unknownEndpoint
[24/05/2024, 21:24:45:239 BST] 00000001 SystemOut                                                    O Exiting test: test_sendHttpOptionsResponse_unknownEndpoint
[24/05/2024, 21:24:45:239 BST] 00000001 SystemOut                                                    O Entering test: test_sendHttpOptionsResponse_knownEndpoint
[24/05/2024, 21:24:45:240 BST] 00000001 SystemOut                                                    O Exiting test: test_sendHttpOptionsResponse_knownEndpoint
[24/05/2024, 21:24:45:240 BST] 00000001 SystemOut                                                    O Entering test: test_getEndpointType_missingOAuthRequestInfo
[24/05/2024, 21:24:45:241 BST] 00000001 SystemOut                                                    O Exiting test: test_getEndpointType_missingOAuthRequestInfo
[24/05/2024, 21:24:45:241 BST] 00000001 SystemOut                                                    O Entering test: test_getEndpointType_nullEndpointType
[24/05/2024, 21:24:45:242 BST] 00000001 SystemOut                                                    O Exiting test: test_getEndpointType_nullEndpointType
[24/05/2024, 21:24:45:242 BST] 00000001 SystemOut                                                    O Entering test: test_getEndpointType
[24/05/2024, 21:24:45:242 BST] 00000001 SystemOut                                                    O Exiting test: test_getEndpointType
[24/05/2024, 21:24:45:243 BST] 00000001 SystemOut                                                    O Entering test: test_getSupportedMethodsForEndpoint_nullEndpoint
[24/05/2024, 21:24:45:243 BST] 00000001 SystemOut                                                    O Exiting test: test_getSupportedMethodsForEndpoint_nullEndpoint
[24/05/2024, 21:24:45:243 BST] 00000001 SystemOut                                                    O Entering test: test_getSupportedMethodsForEndpoint_endpointNotConfiguredToLimitAnyMethods
[24/05/2024, 21:24:45:244 BST] 00000001 SystemOut                                                    O Exiting test: test_getSupportedMethodsForEndpoint_endpointNotConfiguredToLimitAnyMethods
[24/05/2024, 21:24:45:244 BST] 00000001 SystemOut                                                    O Entering test: test_getSupportedMethodsForEndpoint_configurationLimitsMethods
[24/05/2024, 21:24:45:249 BST] 00000001 SystemOut                                                    O Exiting test: test_getSupportedMethodsForEndpoint_configurationLimitsMethods
[24/05/2024, 21:24:45:250 BST] 00000001 SystemOut                                                    O Entering test: test_getDefaultSupportedMethodsForEndpoint_authorize
[24/05/2024, 21:24:45:250 BST] 00000001 SystemOut                                                    O Exiting test: test_getDefaultSupportedMethodsForEndpoint_authorize
[24/05/2024, 21:24:45:251 BST] 00000001 SystemOut                                                    O Entering test: test_getDefaultSupportedMethodsForEndpoint_token
[24/05/2024, 21:24:45:251 BST] 00000001 SystemOut                                                    O Exiting test: test_getDefaultSupportedMethodsForEndpoint_token
[24/05/2024, 21:24:45:252 BST] 00000001 SystemOut                                                    O Entering test: test_getConfiguredSupportedMethodsForEndpoint_missingEndpointSettingsConfig
[24/05/2024, 21:24:45:252 BST] 00000001 SystemOut                                                    O Exiting test: test_getConfiguredSupportedMethodsForEndpoint_missingEndpointSettingsConfig
[24/05/2024, 21:24:45:253 BST] 00000001 SystemOut                                                    O Entering test: test_getConfiguredSupportedMethodsForEndpoint_noSpecificSettingsForEndpoint
[24/05/2024, 21:24:45:253 BST] 00000001 SystemOut                                                    O Exiting test: test_getConfiguredSupportedMethodsForEndpoint_noSpecificSettingsForEndpoint
[24/05/2024, 21:24:45:254 BST] 00000001 SystemOut                                                    O Entering test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsNull
[24/05/2024, 21:24:45:254 BST] 00000001 SystemOut                                                    O Exiting test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsNull
[24/05/2024, 21:24:45:255 BST] 00000001 SystemOut                                                    O Entering test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsEmpty
[24/05/2024, 21:24:45:255 BST] 00000001 SystemOut                                                    O Exiting test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsEmpty
[24/05/2024, 21:24:45:256 BST] 00000001 SystemOut                                                    O Entering test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsNonEmpty
[24/05/2024, 21:24:45:256 BST] 00000001 SystemOut                                                    O Exiting test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsNonEmpty
[24/05/2024, 21:24:45:256 BST] 00000001 SystemOut                                                    O Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultNull_configuredNull
[24/05/2024, 21:24:45:257 BST] 00000001 SystemOut                                                    O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultNull_configuredNull
[24/05/2024, 21:24:45:257 BST] 00000001 SystemOut                                                    O Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultEmpty_configuredEmpty
[24/05/2024, 21:24:45:257 BST] 00000001 SystemOut                                                    O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultEmpty_configuredEmpty
[24/05/2024, 21:24:45:258 BST] 00000001 SystemOut                                                    O Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultEmpty_configuredNonEmpty
[24/05/2024, 21:24:45:258 BST] 00000001 SystemOut                                                    O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultEmpty_configuredNonEmpty
[24/05/2024, 21:24:45:258 BST] 00000001 SystemOut                                                    O Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultNonEmpty_configuredNull
[24/05/2024, 21:24:45:258 BST] 00000001 SystemOut                                                    O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultNonEmpty_configuredNull
[24/05/2024, 21:24:45:259 BST] 00000001 SystemOut                                                    O Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultNonEmpty_configuredEmpty
[24/05/2024, 21:24:45:259 BST] 00000001 SystemOut                                                    O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultNonEmpty_configuredEmpty
[24/05/2024, 21:24:45:259 BST] 00000001 SystemOut                                                    O Entering test: test_getAdjustedSupportedMethodsForEndpoint_disjointSets
[24/05/2024, 21:24:45:259 BST] 00000001 SystemOut                                                    O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_disjointSets
[24/05/2024, 21:24:45:260 BST] 00000001 SystemOut                                                    O Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultSameAsConfigured
[24/05/2024, 21:24:45:260 BST] 00000001 SystemOut                                                    O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultSameAsConfigured
[24/05/2024, 21:24:45:260 BST] 00000001 SystemOut                                                    O Entering test: test_getAdjustedSupportedMethodsForEndpoint_oneCommonMethod
[24/05/2024, 21:24:45:260 BST] 00000001 SystemOut                                                    O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_oneCommonMethod
[24/05/2024, 21:24:45:261 BST] 00000001 SystemOut                                                    O Entering test: test_getAdjustedSupportedMethodsForEndpoint_multipleCommonMethods
[24/05/2024, 21:24:45:261 BST] 00000001 SystemOut                                                    O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_multipleCommonMethods
[24/05/2024, 21:24:45:261 BST] 00000001 SystemOut                                                    O Entering test: test_getConfiguredOAuthEndpointSettings_missingOAuthRequestInfo
[24/05/2024, 21:24:45:262 BST] 00000001 SystemOut                                                    O Exiting test: test_getConfiguredOAuthEndpointSettings_missingOAuthRequestInfo
[24/05/2024, 21:24:45:262 BST] 00000001 SystemOut                                                    O Entering test: test_getConfiguredOAuthEndpointSettings
[24/05/2024, 21:24:45:262 BST] 00000001 SystemOut                                                    O Exiting test: test_getConfiguredOAuthEndpointSettings

-- Trace -------------------------------------------------
[24/05/2024, 21:24:45:229 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isValidHttpMethodForRequest_missingOAuth20RequestInfo
[24/05/2024, 21:24:45:231 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isValidHttpMethodForRequest_missingOAuth20RequestInfo
[24/05/2024, 21:24:45:232 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isValidHttpMethodForRequest_unknownEndpoint
[24/05/2024, 21:24:45:233 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isValidHttpMethodForRequest_unknownEndpoint
[24/05/2024, 21:24:45:233 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isValidHttpMethodForRequest_knownEndpoint_unsupportedHttpMethod
[24/05/2024, 21:24:45:236 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isValidHttpMethodForRequest_knownEndpoint_unsupportedHttpMethod
[24/05/2024, 21:24:45:236 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_isValidHttpMethodForRequest_knownEndpoint_supportedHttpMethod
[24/05/2024, 21:24:45:237 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_isValidHttpMethodForRequest_knownEndpoint_supportedHttpMethod
[24/05/2024, 21:24:45:237 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_sendHttpOptionsResponse_missingOAuth20RequestInfo
[24/05/2024, 21:24:45:238 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_sendHttpOptionsResponse_missingOAuth20RequestInfo
[24/05/2024, 21:24:45:238 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_sendHttpOptionsResponse_unknownEndpoint
[24/05/2024, 21:24:45:239 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_sendHttpOptionsResponse_unknownEndpoint
[24/05/2024, 21:24:45:239 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_sendHttpOptionsResponse_knownEndpoint
[24/05/2024, 21:24:45:240 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_sendHttpOptionsResponse_knownEndpoint
[24/05/2024, 21:24:45:240 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getEndpointType_missingOAuthRequestInfo
[24/05/2024, 21:24:45:241 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getEndpointType_missingOAuthRequestInfo
[24/05/2024, 21:24:45:241 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getEndpointType_nullEndpointType
[24/05/2024, 21:24:45:242 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getEndpointType_nullEndpointType
[24/05/2024, 21:24:45:242 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getEndpointType
[24/05/2024, 21:24:45:242 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getEndpointType
[24/05/2024, 21:24:45:243 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getSupportedMethodsForEndpoint_nullEndpoint
[24/05/2024, 21:24:45:243 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getSupportedMethodsForEndpoint_nullEndpoint
[24/05/2024, 21:24:45:243 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getSupportedMethodsForEndpoint_endpointNotConfiguredToLimitAnyMethods
[24/05/2024, 21:24:45:244 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getSupportedMethodsForEndpoint_endpointNotConfiguredToLimitAnyMethods
[24/05/2024, 21:24:45:244 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getSupportedMethodsForEndpoint_configurationLimitsMethods
[24/05/2024, 21:24:45:249 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getSupportedMethodsForEndpoint_configurationLimitsMethods
[24/05/2024, 21:24:45:250 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getDefaultSupportedMethodsForEndpoint_authorize
[24/05/2024, 21:24:45:250 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getDefaultSupportedMethodsForEndpoint_authorize
[24/05/2024, 21:24:45:251 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getDefaultSupportedMethodsForEndpoint_token
[24/05/2024, 21:24:45:251 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getDefaultSupportedMethodsForEndpoint_token
[24/05/2024, 21:24:45:252 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getConfiguredSupportedMethodsForEndpoint_missingEndpointSettingsConfig
[24/05/2024, 21:24:45:252 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getConfiguredSupportedMethodsForEndpoint_missingEndpointSettingsConfig
[24/05/2024, 21:24:45:253 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getConfiguredSupportedMethodsForEndpoint_noSpecificSettingsForEndpoint
[24/05/2024, 21:24:45:253 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getConfiguredSupportedMethodsForEndpoint_noSpecificSettingsForEndpoint
[24/05/2024, 21:24:45:254 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsNull
[24/05/2024, 21:24:45:254 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsNull
[24/05/2024, 21:24:45:255 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsEmpty
[24/05/2024, 21:24:45:255 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsEmpty
[24/05/2024, 21:24:45:256 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsNonEmpty
[24/05/2024, 21:24:45:256 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getConfiguredSupportedMethodsForEndpoint_supportedMethodsNonEmpty
[24/05/2024, 21:24:45:256 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultNull_configuredNull
[24/05/2024, 21:24:45:257 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultNull_configuredNull
[24/05/2024, 21:24:45:257 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultEmpty_configuredEmpty
[24/05/2024, 21:24:45:257 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultEmpty_configuredEmpty
[24/05/2024, 21:24:45:258 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultEmpty_configuredNonEmpty
[24/05/2024, 21:24:45:258 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultEmpty_configuredNonEmpty
[24/05/2024, 21:24:45:258 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultNonEmpty_configuredNull
[24/05/2024, 21:24:45:258 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultNonEmpty_configuredNull
[24/05/2024, 21:24:45:259 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultNonEmpty_configuredEmpty
[24/05/2024, 21:24:45:259 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultNonEmpty_configuredEmpty
[24/05/2024, 21:24:45:259 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getAdjustedSupportedMethodsForEndpoint_disjointSets
[24/05/2024, 21:24:45:259 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_disjointSets
[24/05/2024, 21:24:45:260 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getAdjustedSupportedMethodsForEndpoint_defaultSameAsConfigured
[24/05/2024, 21:24:45:260 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_defaultSameAsConfigured
[24/05/2024, 21:24:45:260 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getAdjustedSupportedMethodsForEndpoint_oneCommonMethod
[24/05/2024, 21:24:45:260 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_oneCommonMethod
[24/05/2024, 21:24:45:261 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getAdjustedSupportedMethodsForEndpoint_multipleCommonMethods
[24/05/2024, 21:24:45:261 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getAdjustedSupportedMethodsForEndpoint_multipleCommonMethods
[24/05/2024, 21:24:45:261 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getConfiguredOAuthEndpointSettings_missingOAuthRequestInfo
[24/05/2024, 21:24:45:262 BST] 00000001 id=00000000 SystemOut                                                    O Exiting test: test_getConfiguredOAuthEndpointSettings_missingOAuthRequestInfo
[24/05/2024, 21:24:45:262 BST] 00000001 id=00000000 SystemOut                                                    O Entering test: test_getConfiguredOAuthEndpointSettings
[24/05/2024, 21:24:45:262 BST] 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$$6229b75 is null or bad.
[ERROR   ] CWWKS1452E: The JSONObject for bob returned by Liberty user feature com.ibm.wsspi.security.oauth20.TokenIntrospectProvider$$EnhancerByCGLIB$$6229b75 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