Source file "org/wildfly/security/http/oidc/OidcProviderMetadata.java" was not found during generation of report.
| Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
| Total | 249 of 249 | 0% | 0 of 0 | n/a | 69 | 69 | 104 | 104 | 69 | 69 |
| OidcProviderMetadata() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setOtherClaims(String, Object) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setIssuer(String) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setAuthorizationEndpoint(String) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setTokenEndpoint(String) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setIntrospectionEndpoint(String) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setUserinfoEndpoint(String) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setJwksUri(String) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setCheckSessionIframe(String) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setLogoutEndpoint(String) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setGrantTypesSupported(List) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setResponseTypesSupported(List) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setSubjectTypesSupported(List) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setIdTokenSigningAlgValuesSupported(List) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setIdTokenEncryptionAlgValuesSupported(List) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setIdTokenEncryptionEncValuesSupported(List) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setUserInfoSigningAlgValuesSupported(List) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setRequestObjectSigningAlgValuesSupported(List) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setResponseModesSupported(List) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setRegistrationEndpoint(String) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setTokenEndpointAuthMethodsSupported(List) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setTokenEndpointAuthSigningAlgValuesSupported(List) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setClaimsSupported(List) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setClaimTypesSupported(List) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setClaimsParameterSupported(Boolean) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setScopesSupported(List) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setRequestParameterSupported(Boolean) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setRequestUriParameterSupported(Boolean) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setCodeChallengeMethodsSupported(List) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setTlsClientCertificateBoundAccessTokens(Boolean) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setRevocationEndpoint(String) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setRevocationEndpointAuthMethodsSupported(List) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setRevocationEndpointAuthSigningAlgValuesSupported(List) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setBackchannelLogoutSessionSupported(Boolean) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setBackchannelLogoutSupported(Boolean) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| getIssuer() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getAuthorizationEndpoint() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getTokenEndpoint() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getIntrospectionEndpoint() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getUserinfoEndpoint() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getJwksUri() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getCheckSessionIframe() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getLogoutEndpoint() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getGrantTypesSupported() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getResponseTypesSupported() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getSubjectTypesSupported() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getIdTokenSigningAlgValuesSupported() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getIdTokenEncryptionAlgValuesSupported() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getIdTokenEncryptionEncValuesSupported() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getUserInfoSigningAlgValuesSupported() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getRequestObjectSigningAlgValuesSupported() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getResponseModesSupported() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getRegistrationEndpoint() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getTokenEndpointAuthMethodsSupported() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getTokenEndpointAuthSigningAlgValuesSupported() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getClaimsSupported() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getClaimTypesSupported() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getClaimsParameterSupported() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getScopesSupported() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getRequestParameterSupported() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getRequestUriParameterSupported() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getRevocationEndpoint() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getRevocationEndpointAuthMethodsSupported() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getRevocationEndpointAuthSigningAlgValuesSupported() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getBackchannelLogoutSupported() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getBackchannelLogoutSessionSupported() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getCodeChallengeMethodsSupported() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getTlsClientCertificateBoundAccessTokens() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getOtherClaims() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |