Uses of Class
org.keycloak.models.map.storage.hotRod.common.HotRodPair
- 
- 
Uses of HotRodPair in org.keycloak.models.map.storage.hotRod.authSessionFields in org.keycloak.models.map.storage.hotRod.authSession with type parameters of type HotRodPair Modifier and Type Field Description Set<HotRodPair<String,String>>HotRodAuthenticationSessionEntity. authNotesSet<HotRodPair<String,String>>HotRodAuthenticationSessionEntity. clientNotesSet<HotRodPair<String,Integer>>HotRodAuthenticationSessionEntity. executionStatusesSet<HotRodPair<String,String>>HotRodAuthenticationSessionEntity. userSessionNotes
- 
Uses of HotRodPair in org.keycloak.models.map.storage.hotRod.clientFields in org.keycloak.models.map.storage.hotRod.client with type parameters of type HotRodPair Modifier and Type Field Description Set<HotRodPair<String,String>>HotRodClientEntity. authenticationFlowBindingOverridesSet<HotRodPair<String,Boolean>>HotRodClientEntity. clientScopesSet<HotRodPair<String,String>>HotRodProtocolMapperEntity. config
- 
Uses of HotRodPair in org.keycloak.models.map.storage.hotRod.commonMethods in org.keycloak.models.map.storage.hotRod.common that return HotRodPair Modifier and Type Method Description static <T,V>
 HotRodPair<T,V>HotRodTypesUtils. createHotRodPairFromMapEntry(Map.Entry<T,V> entry)HotRodPairHotRodPair$___Marshaller_5c1baabc11714f21542caade9235a4a237154ce9478684293b49b7a740af90b4. read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1)Methods in org.keycloak.models.map.storage.hotRod.common that return types with arguments of type HotRodPair Modifier and Type Method Description Class<HotRodPair>HotRodPair$___Marshaller_5c1baabc11714f21542caade9235a4a237154ce9478684293b49b7a740af90b4. getJavaClass()Methods in org.keycloak.models.map.storage.hotRod.common with parameters of type HotRodPair Modifier and Type Method Description static <K,V>
 KHotRodTypesUtils. getKey(HotRodPair<K,V> hotRodPair)static <K,V>
 VHotRodTypesUtils. getValue(HotRodPair<K,V> hotRodPair)voidHotRodPair$___Marshaller_5c1baabc11714f21542caade9235a4a237154ce9478684293b49b7a740af90b4. write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, HotRodPair $2)
- 
Uses of HotRodPair in org.keycloak.models.map.storage.hotRod.eventsFields in org.keycloak.models.map.storage.hotRod.events with type parameters of type HotRodPair Modifier and Type Field Description Set<HotRodPair<String,String>>HotRodAuthEventEntity. details
- 
Uses of HotRodPair in org.keycloak.models.map.storage.hotRod.realmFields in org.keycloak.models.map.storage.hotRod.realm with type parameters of type HotRodPair Modifier and Type Field Description Set<HotRodPair<String,String>>HotRodRealmEntity. browserSecurityHeadersSet<HotRodPair<String,String>>HotRodRealmEntity. smtpConfig
- 
Uses of HotRodPair in org.keycloak.models.map.storage.hotRod.realm.entityFields in org.keycloak.models.map.storage.hotRod.realm.entity with type parameters of type HotRodPair Modifier and Type Field Description Set<HotRodPair<String,String>>HotRodAuthenticatorConfigEntity. configSet<HotRodPair<String,String>>HotRodIdentityProviderEntity. configSet<HotRodPair<String,String>>HotRodIdentityProviderMapperEntity. configSet<HotRodPair<String,String>>HotRodRequiredActionProviderEntity. configSet<HotRodPair<String,String>>HotRodLocalizationTexts. valuesMethods in org.keycloak.models.map.storage.hotRod.realm.entity that return types with arguments of type HotRodPair Modifier and Type Method Description Set<HotRodPair<String,String>>HotRodLocalizationTexts. getValues()Method parameters in org.keycloak.models.map.storage.hotRod.realm.entity with type arguments of type HotRodPair Modifier and Type Method Description voidHotRodLocalizationTexts. setValues(Set<HotRodPair<String,String>> values)
- 
Uses of HotRodPair in org.keycloak.models.map.storage.hotRod.singleUseObjectFields in org.keycloak.models.map.storage.hotRod.singleUseObject with type parameters of type HotRodPair Modifier and Type Field Description Set<HotRodPair<String,String>>HotRodSingleUseObjectEntity. notes
- 
Uses of HotRodPair in org.keycloak.models.map.storage.hotRod.userSessionFields in org.keycloak.models.map.storage.hotRod.userSession with type parameters of type HotRodPair Modifier and Type Field Description Set<HotRodPair<String,String>>HotRodAuthenticatedClientSessionEntity. notes
 
-