Uses of Interface
org.keycloak.broker.provider.IdentityProviderDataMarshaller
-
Packages that use IdentityProviderDataMarshaller Package Description org.keycloak.broker.provider org.keycloak.broker.saml -
-
Uses of IdentityProviderDataMarshaller in org.keycloak.broker.provider
Classes in org.keycloak.broker.provider that implement IdentityProviderDataMarshaller Modifier and Type Class Description class
DefaultDataMarshaller
Methods in org.keycloak.broker.provider that return IdentityProviderDataMarshaller Modifier and Type Method Description IdentityProviderDataMarshaller
AbstractIdentityProvider. getMarshaller()
IdentityProviderDataMarshaller
IdentityProvider. getMarshaller()
Implementation of marshaller to serialize/deserialize attached data to Strings, which can be saved in clientSession -
Uses of IdentityProviderDataMarshaller in org.keycloak.broker.saml
Classes in org.keycloak.broker.saml that implement IdentityProviderDataMarshaller Modifier and Type Class Description class
SAMLDataMarshaller
Methods in org.keycloak.broker.saml that return IdentityProviderDataMarshaller Modifier and Type Method Description IdentityProviderDataMarshaller
SAMLIdentityProvider. getMarshaller()
-