Uses of Class
org.keycloak.models.map.storage.hotRod.client.HotRodProtocolMapperEntity
- 
Packages that use HotRodProtocolMapperEntity Package Description org.keycloak.models.map.storage.hotRod.client org.keycloak.models.map.storage.hotRod.clientscope 
- 
- 
Uses of HotRodProtocolMapperEntity in org.keycloak.models.map.storage.hotRod.clientFields in org.keycloak.models.map.storage.hotRod.client with type parameters of type HotRodProtocolMapperEntity Modifier and Type Field Description Set<HotRodProtocolMapperEntity>HotRodClientEntity. protocolMappersMethods in org.keycloak.models.map.storage.hotRod.client that return HotRodProtocolMapperEntity Modifier and Type Method Description HotRodProtocolMapperEntityHotRodProtocolMapperEntityDelegate. getHotRodEntity()HotRodProtocolMapperEntityHotRodProtocolMapperEntity$___Marshaller_70385d058a68c5a5327667a8bc919c0fb420b4ce756bddce66765eafb1e8f155. read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1)Methods in org.keycloak.models.map.storage.hotRod.client that return types with arguments of type HotRodProtocolMapperEntity Modifier and Type Method Description Class<HotRodProtocolMapperEntity>HotRodProtocolMapperEntity$___Marshaller_70385d058a68c5a5327667a8bc919c0fb420b4ce756bddce66765eafb1e8f155. getJavaClass()Methods in org.keycloak.models.map.storage.hotRod.client with parameters of type HotRodProtocolMapperEntity Modifier and Type Method Description static intHotRodProtocolMapperEntityDelegate. entityHashCode(HotRodProtocolMapperEntity e)voidHotRodProtocolMapperEntity$___Marshaller_70385d058a68c5a5327667a8bc919c0fb420b4ce756bddce66765eafb1e8f155. write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, HotRodProtocolMapperEntity $2)Constructors in org.keycloak.models.map.storage.hotRod.client with parameters of type HotRodProtocolMapperEntity Constructor Description HotRodProtocolMapperEntityDelegate(HotRodProtocolMapperEntity hotRodEntity)
- 
Uses of HotRodProtocolMapperEntity in org.keycloak.models.map.storage.hotRod.clientscopeFields in org.keycloak.models.map.storage.hotRod.clientscope with type parameters of type HotRodProtocolMapperEntity Modifier and Type Field Description Set<HotRodProtocolMapperEntity>HotRodClientScopeEntity. protocolMappers
 
-