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.utilMethods in org.keycloak.authentication.authenticators.broker.util that return SerializedBrokeredIdentityContext.ContextDataEntry Modifier and Type Method Description static SerializedBrokeredIdentityContext.ContextDataEntrySerializedBrokeredIdentityContext.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 voidSerializedBrokeredIdentityContext. setContextData(Map<String,SerializedBrokeredIdentityContext.ContextDataEntry> contextData)
 
-