Uses of Class
org.keycloak.models.map.storage.hotRod.common.HotRodPair
-
-
Uses of HotRodPair in org.keycloak.models.map.storage.hotRod.authSession
Fields in org.keycloak.models.map.storage.hotRod.authSession with type parameters of type HotRodPair Modifier and Type Field Description Set<HotRodPair<String,String>>
HotRodAuthenticationSessionEntity. authNotes
Set<HotRodPair<String,String>>
HotRodAuthenticationSessionEntity. clientNotes
Set<HotRodPair<String,Integer>>
HotRodAuthenticationSessionEntity. executionStatuses
Set<HotRodPair<String,String>>
HotRodAuthenticationSessionEntity. userSessionNotes
-
Uses of HotRodPair in org.keycloak.models.map.storage.hotRod.client
Fields in org.keycloak.models.map.storage.hotRod.client with type parameters of type HotRodPair Modifier and Type Field Description Set<HotRodPair<String,String>>
HotRodClientEntity. authenticationFlowBindingOverrides
Set<HotRodPair<String,Boolean>>
HotRodClientEntity. clientScopes
Set<HotRodPair<String,String>>
HotRodProtocolMapperEntity. config
-
Uses of HotRodPair in org.keycloak.models.map.storage.hotRod.common
Methods 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)
HotRodPair
HotRodPair$___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)
void
HotRodPair$___Marshaller_5c1baabc11714f21542caade9235a4a237154ce9478684293b49b7a740af90b4. write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, HotRodPair $2)
-
Uses of HotRodPair in org.keycloak.models.map.storage.hotRod.events
Fields 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.realm
Fields in org.keycloak.models.map.storage.hotRod.realm with type parameters of type HotRodPair Modifier and Type Field Description Set<HotRodPair<String,String>>
HotRodRealmEntity. browserSecurityHeaders
Set<HotRodPair<String,String>>
HotRodRealmEntity. smtpConfig
-
Uses of HotRodPair in org.keycloak.models.map.storage.hotRod.realm.entity
Fields 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. config
Set<HotRodPair<String,String>>
HotRodIdentityProviderEntity. config
Set<HotRodPair<String,String>>
HotRodIdentityProviderMapperEntity. config
Set<HotRodPair<String,String>>
HotRodRequiredActionProviderEntity. config
Set<HotRodPair<String,String>>
HotRodLocalizationTexts. values
Methods 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 void
HotRodLocalizationTexts. setValues(Set<HotRodPair<String,String>> values)
-
Uses of HotRodPair in org.keycloak.models.map.storage.hotRod.singleUseObject
Fields 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.userSession
Fields 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
-