Uses of Class
org.keycloak.authentication.authenticators.broker.util.SerializedBrokeredIdentityContext.ContextDataEntry
-
Packages that use SerializedBrokeredIdentityContext.ContextDataEntry Package Description org.keycloak.authentication.authenticators.broker.util -
-
Uses of SerializedBrokeredIdentityContext.ContextDataEntry in org.keycloak.authentication.authenticators.broker.util
Methods in org.keycloak.authentication.authenticators.broker.util that return SerializedBrokeredIdentityContext.ContextDataEntry Modifier and Type Method Description static SerializedBrokeredIdentityContext.ContextDataEntry
SerializedBrokeredIdentityContext.ContextDataEntry. create(String clazz, String data)
Methods in org.keycloak.authentication.authenticators.broker.util that return types with arguments of type SerializedBrokeredIdentityContext.ContextDataEntry Modifier and Type Method Description Map<String,SerializedBrokeredIdentityContext.ContextDataEntry>
SerializedBrokeredIdentityContext. getContextData()
Method parameters in org.keycloak.authentication.authenticators.broker.util with type arguments of type SerializedBrokeredIdentityContext.ContextDataEntry Modifier and Type Method Description void
SerializedBrokeredIdentityContext. setContextData(Map<String,SerializedBrokeredIdentityContext.ContextDataEntry> contextData)
-