Uses of Record Class
org.keycloak.broker.provider.X509TrustMaterial
Packages that use X509TrustMaterial
Package
Description
-
Uses of X509TrustMaterial in org.keycloak.broker.provider
Methods in org.keycloak.broker.provider that return types with arguments of type X509TrustMaterialModifier and TypeMethodDescriptiondefault Stream<X509TrustMaterial>TrustMaterialIdentityProvider.resolveX509Trust(TrustMaterialRequest request) Resolves X.509 trust anchors and policy.TrustMaterialResolver.resolveX509Trust(KeycloakSession session, String aliases, TrustMaterialRequest request) -
Uses of X509TrustMaterial in org.keycloak.broker.trust
Methods in org.keycloak.broker.trust that return types with arguments of type X509TrustMaterialModifier and TypeMethodDescriptionDefaultTrustIdentityProvider.resolveX509Trust(TrustMaterialRequest request) -
Uses of X509TrustMaterial in org.keycloak.protocol.oid4vc.issuance.keybinding
Constructor parameters in org.keycloak.protocol.oid4vc.issuance.keybinding with type arguments of type X509TrustMaterialModifierConstructorDescriptionStaticAttestationKeyResolver(Map<String, JWK> trustedKeys, List<X509TrustMaterial> x509TrustMaterials)