Uses of Class
org.keycloak.protocol.oidc.representations.MTLSEndpointAliases
-
Packages that use MTLSEndpointAliases Package Description org.keycloak.protocol.oidc org.keycloak.protocol.oidc.representations -
-
Uses of MTLSEndpointAliases in org.keycloak.protocol.oidc
Methods in org.keycloak.protocol.oidc that return MTLSEndpointAliases Modifier and Type Method Description protected MTLSEndpointAliasesOIDCWellKnownProvider. getMtlsEndpointAliases(OIDCConfigurationRepresentation config) -
Uses of MTLSEndpointAliases in org.keycloak.protocol.oidc.representations
Methods in org.keycloak.protocol.oidc.representations that return MTLSEndpointAliases Modifier and Type Method Description MTLSEndpointAliasesOIDCConfigurationRepresentation. getMtlsEndpointAliases()Methods in org.keycloak.protocol.oidc.representations with parameters of type MTLSEndpointAliases Modifier and Type Method Description voidOIDCConfigurationRepresentation. setMtlsEndpointAliases(MTLSEndpointAliases mtlsEndpointAliases)
-