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 classDefaultDataMarshallerMethods in org.keycloak.broker.provider that return IdentityProviderDataMarshaller Modifier and Type Method Description IdentityProviderDataMarshallerAbstractIdentityProvider. getMarshaller()IdentityProviderDataMarshallerIdentityProvider. 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 classSAMLDataMarshallerMethods in org.keycloak.broker.saml that return IdentityProviderDataMarshaller Modifier and Type Method Description IdentityProviderDataMarshallerSAMLIdentityProvider. getMarshaller()
-